Add a rand-std feature
This commit is contained in:
parent
eddfe03dbc
commit
b59f4ff589
|
@ -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