Skip to content

Commit

Permalink
Merge #186
Browse files Browse the repository at this point in the history
186: Merge master changes into breaking r=Dylan-DPC a=kinggoesgaming

Supersedes #164
  • Loading branch information
bors[bot] committed Mar 27, 2018
2 parents a9b5afb + de081d7 commit 36b7edf
Show file tree
Hide file tree
Showing 8 changed files with 306 additions and 166 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ matrix:
- travis-cargo --only nightly doc-upload

- rust: nightly
cache: cargo
before_script:
- rustup component add rustfmt-preview
# - ( cargo install clippy || true )
script:
- cargo fmt --all -- --write-mode=diff
- cargo test
- cargo test
# - cargo clippy

script:
- cargo test --features "$FEATURES" $NDF
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "uuid"
version = "0.6.1"
version = "0.6.2"
authors = [
"Ashley Mannix<ashleymannix@live.com.au>",
"Christopher Armstrong",
Expand All @@ -26,6 +26,7 @@ rand = { version = "0.4", optional = true }
sha1 = { version = "0.6", optional = true }
md5 = { version = "0.3", optional = true }
slog = { version = "2", optional = true }
cfg-if = "0.1"

[dev-dependencies]
serde_test = "1.0.19"
Expand Down

0 comments on commit 36b7edf

Please sign in to comment.