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