Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 7583809

Browse files
committed
Bump major version
1 parent ad72da7 commit 7583809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "secp256k1"
4-
version = "0.8.5"
4+
version = "0.9.0"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
1111
* implements many unit tests, adding to those already present in `libsecp256k1`
1212
* makes no allocations (except in unit tests) for efficiency and use in freestanding implementations
1313

14-
[Full documentation](https://docs.rs/secp256k1/0.8.3/secp256k1/)
14+
[Full documentation](https://docs.rs/secp256k1/)
1515

0 commit comments

Comments
 (0)