Skip to content

Commit 0e5e314

Browse files
authored
Merge pull request #158 from rust-bitcoin/revert-153-2019-08-rand-std-feature
Revert "Add a rand-std feature"
2 parents 4bcb404 + bbab1c2 commit 0e5e314

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ path = "src/lib.rs"
2929
unstable = []
3030
default = ["std"]
3131
fuzztarget = []
32-
std = []
33-
rand-std = ["rand/std"]
32+
std = ["rand/std"]
3433
recovery = []
3534
endomorphism = []
3635
lowmemory = []

0 commit comments

Comments
 (0)