Merge pull request #153 from elichai/2019-08-rand-std-feature
Add a rand-std feature
This commit is contained in:
commit
4e69dccc2b
|
@ -29,7 +29,8 @@ path = "src/lib.rs"
|
|||
unstable = []
|
||||
default = ["std"]
|
||||
fuzztarget = []
|
||||
std = ["rand/std"]
|
||||
std = []
|
||||
rand-std = ["rand/std"]
|
||||
recovery = []
|
||||
endomorphism = []
|
||||
lowmemory = []
|
||||
|
|
Loading…
Reference in New Issue