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