Bump version to 0.17.2
This commit is contained in:
parent
89271c9c3c
commit
8f52bacb4a
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
# 0.17.2
|
||||||
|
- Fix linking in the `fuzztarget` feature.
|
||||||
|
|
||||||
# 0.17.1
|
# 0.17.1
|
||||||
|
|
||||||
- Correctly prefix the secp256k1-sys links field in Cargo.toml.
|
- Correctly prefix the secp256k1-sys links field in Cargo.toml.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.17.1"
|
version = "0.17.2"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue