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 = []
|
unstable = []
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
fuzztarget = []
|
fuzztarget = []
|
||||||
std = ["rand/std"]
|
std = []
|
||||||
|
rand-std = ["rand/std"]
|
||||||
recovery = []
|
recovery = []
|
||||||
endomorphism = []
|
endomorphism = []
|
||||||
lowmemory = []
|
lowmemory = []
|
||||||
|
|
Loading…
Reference in New Issue