Bump major version
This commit is contained in:
parent
ad72da771c
commit
758380991a
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.8.5"
|
version = "0.9.0"
|
||||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
|
|
@ -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`
|
* 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
|
* 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/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue