Skip to content

Commit

Permalink
Merge pull request #49 from sigp/update-rand
Browse files Browse the repository at this point in the history
Update rand dep to 0.8.x
  • Loading branch information
kirk-baird authored Apr 4, 2022
2 parents 16655aa + 5dfad78 commit d48fac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ harness = false
amcl = { path = "./incubator-milagro-crypto-rust", default-features = false, features = ["bls381"]}
hex = { version = "0.4.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
rand = { version = "0.7.2", default-features = false }
rand = { version = "0.8.5", default-features = false }
zeroize = "1.0.0"

# This cannot be specified as dev-dependencies. Otherwise a cargo bug will always resolve `rand` with `std` feature, which breaks `no_std` builds.
Expand All @@ -24,6 +24,7 @@ default = ["std"]
bench = ["criterion"]
std = [
"rand/std",
"rand/std_rng",
"lazy_static",
"hex",
]

0 comments on commit d48fac0

Please sign in to comment.