Skip to content

Commit

Permalink
update rand dependency 0.7 -> 0.8 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jan 5, 2021
1 parent 0faafaf commit abd5cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ blake2 = { version = "0.9", optional = true }
#
# Sadly couldn't be marked as dev-dependency.
# Never use this crate outside of the off-chain environment!
rand = { version = "0.7", default-features = false, features = ["alloc"], optional = true }
rand = { version = "0.8", default-features = false, features = ["alloc"], optional = true }
scale-info = { version = "0.4", default-features = false, features = ["derive"], optional = true }

[features]
Expand All @@ -53,6 +53,7 @@ std = [
"scale-info/std",
"rand",
"rand/std",
"rand/std_rng",
"num-traits/std",
# Enables hashing crates for off-chain environment.
"sha2",
Expand Down

0 comments on commit abd5cf1

Please sign in to comment.