Bump major version

This commit is contained in:
Matt Corallo 2018-03-21 18:01:19 -04:00
parent ad72da771c
commit 758380991a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "secp256k1"
version = "0.8.5"
version = "0.9.0"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"

View File

@ -11,5 +11,5 @@ a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
* implements many unit tests, adding to those already present in `libsecp256k1`
* makes no allocations (except in unit tests) for efficiency and use in freestanding implementations
[Full documentation](https://docs.rs/secp256k1/0.8.3/secp256k1/)
[Full documentation](https://docs.rs/secp256k1/)