Merge pull request #153 from elichai/2019-08-rand-std-feature

Add a rand-std feature
This commit is contained in:
Andrew Poelstra 2019-08-22 16:22:25 +00:00 committed by GitHub
commit 4e69dccc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = []