Revert "Add a rand-std feature"

This commit is contained in:
Andrew Poelstra 2019-09-09 07:30:30 +00:00 committed by GitHub
parent 4bcb404746
commit bbab1c271a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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