Propagating std to rand dependency

This commit is contained in:
Elichai Turkel 2019-08-01 12:46:16 -04:00
parent de21642907
commit e081a98005
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
1 changed files with 1 additions and 1 deletions

View File

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