Bump to v0.17.1

This commit is contained in:
Steven Roose 2019-12-11 18:50:23 +01:00
parent 987d556a67
commit ebc660bf94
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
# 0.17.1
- Correctly prefix the secp256k1-sys links field in Cargo.toml.
# 0.17.0
- Move FFI into secp256k1-sys crate.

View File

@ -1,7 +1,7 @@
[package]
name = "secp256k1"
version = "0.17.0"
version = "0.17.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
@ -38,7 +38,7 @@ external-symbols = ["secp256k1-sys/external-symbols"]
fuzztarget = ["secp256k1-sys/fuzztarget"]
[dependencies]
secp256k1-sys = { version = "0.1.0", default-features = false, path = "./secp256k1-sys" }
secp256k1-sys = { version = "0.1.1", default-features = false, path = "./secp256k1-sys" }
[dev-dependencies]
rand = "0.6"

View File

@ -1,6 +1,6 @@
[package]
name = "secp256k1-sys"
version = "0.1.0"
version = "0.1.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>",
"Steven Roose <steven@stevenroose.org>" ]