Add a rand-std feature

This commit is contained in:
Elichai Turkel 2019-08-21 20:16:11 -04:00
parent eddfe03dbc
commit b59f4ff589
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ path = "src/lib.rs"
unstable = []
default = ["std"]
fuzztarget = []
std = ["rand/std"]
std = []
rand-std = ["rand/std"]
recovery = []
endomorphism = []
lowmemory = []