Skip to content

Commit 4e69dcc

Browse files
authored
Merge pull request #153 from elichai/2019-08-rand-std-feature
Add a rand-std feature
2 parents eddfe03 + b59f4ff commit 4e69dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ path = "src/lib.rs"
2929
unstable = []
3030
default = ["std"]
3131
fuzztarget = []
32-
std = ["rand/std"]
32+
std = []
33+
rand-std = ["rand/std"]
3334
recovery = []
3435
endomorphism = []
3536
lowmemory = []

0 commit comments

Comments
 (0)