Skip to content

Commit

Permalink
[cake] Add uuid dependency
Browse files Browse the repository at this point in the history
Choose version 0.7.1, as it depends on rand 0.5.
Currently, all aflak dependencies depend on rand 0.5.
We cannot afford to use the latest version of uuid (currently 0.7.3), as
it depends on rand 0.6, however rand 0.6 and 0.5 are not compatible [0].

[0] rust-random/rand#645
  • Loading branch information
malikolivier committed Mar 26, 2019
1 parent 0cbad5f commit 9167d27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/aflak_cake/Cargo.toml
Expand Up @@ -13,6 +13,7 @@ futures = "0.1"
rayon = "1.0"
serde = "1.0"
serde_derive = "1.0"
uuid = { version = "0.7.1", features = ["serde", "v4"] }

[dev-dependencies]
ron = "0.2"
Expand Down

0 comments on commit 9167d27

Please sign in to comment.