Skip to content

Commit ed1c510

Browse files
committed
Bump version to 0.16
1 parent 4571ee9 commit ed1c510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

33
name = "secp256k1"
4-
version = "0.15.5"
4+
version = "0.16.0"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"
@@ -16,7 +16,7 @@ links = "secp256k1"
1616

1717
# Should make docs.rs show all functions, even those behind non-default features
1818
[package.metadata.docs.rs]
19-
features = [ "rand", "serde", "recovery", "endomorphism" ]
19+
features = [ "rand", "rand-std", "serde", "recovery", "endomorphism" ]
2020

2121
[build-dependencies]
2222
cc = ">= 1.0.28, < 1.0.42"

0 commit comments

Comments
 (0)