enable rand_core/std

This commit is contained in:
Артём Павлов [Artyom Pavlov] 2019-01-05 14:32:36 +03:00
parent d6ca36fa0b
commit 4e4730303d

View file

@ -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 = []