Skip to content

Commit b59f4ff

Browse files
committed
Add a rand-std feature
1 parent eddfe03 commit b59f4ff

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)