Skip to content

Commit

Permalink
enable rand_core/std
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 5, 2019
1 parent d6ca36f commit 4e47303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }
[features]
nightly = ["subtle/nightly", "clear_on_drop/nightly"]
default = ["std", "u64_backend"]
std = ["alloc", "subtle/std"]
std = ["alloc", "subtle/std", "rand_core/std"]
alloc = []
yolocrypto = []

Expand Down

0 comments on commit 4e47303

Please sign in to comment.