Skip to content

Commit 6f2cc95

Browse files
authored
Merge pull request #136 from elichai/2019-08-rand-std
Propagating std to rand dependency
2 parents de21642 + d820988 commit 6f2cc95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "secp256k1"
4-
version = "0.15.0"
4+
version = "0.15.1"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"
@@ -17,7 +17,6 @@ links = "secp256k1"
1717
# Should make docs.rs show all functions, even those behind non-default features
1818
[package.metadata.docs.rs]
1919
features = [ "rand", "serde", "recovery", "endomorphism" ]
20-
all-features = true
2120

2221
[build-dependencies]
2322
cc = ">= 1.0.28"
@@ -30,7 +29,7 @@ path = "src/lib.rs"
3029
unstable = []
3130
default = ["std"]
3231
fuzztarget = []
33-
std = []
32+
std = ["rand/std"]
3433
recovery = []
3534
endomorphism = []
3635

0 commit comments

Comments
 (0)