We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de21642 + d820988 commit 6f2cc95Copy full SHA for 6f2cc95
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "secp256k1"
4
-version = "0.15.0"
+version = "0.15.1"
5
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
6
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
7
license = "CC0-1.0"
@@ -17,7 +17,6 @@ links = "secp256k1"
17
# Should make docs.rs show all functions, even those behind non-default features
18
[package.metadata.docs.rs]
19
features = [ "rand", "serde", "recovery", "endomorphism" ]
20
-all-features = true
21
22
[build-dependencies]
23
cc = ">= 1.0.28"
@@ -30,7 +29,7 @@ path = "src/lib.rs"
30
29
unstable = []
31
default = ["std"]
32
fuzztarget = []
33
-std = []
+std = ["rand/std"]
34
recovery = []
35
endomorphism = []
36
0 commit comments