Skip to content

Commit ebc660b

Browse files
committed
Bump to v0.17.1
1 parent 987d556 commit ebc660b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# 0.17.1
3+
4+
- Correctly prefix the secp256k1-sys links field in Cargo.toml.
5+
26
# 0.17.0
37

48
- Move FFI into secp256k1-sys crate.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "secp256k1"
4-
version = "0.17.0"
4+
version = "0.17.1"
55
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
66
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
77
license = "CC0-1.0"
@@ -38,7 +38,7 @@ external-symbols = ["secp256k1-sys/external-symbols"]
3838
fuzztarget = ["secp256k1-sys/fuzztarget"]
3939

4040
[dependencies]
41-
secp256k1-sys = { version = "0.1.0", default-features = false, path = "./secp256k1-sys" }
41+
secp256k1-sys = { version = "0.1.1", default-features = false, path = "./secp256k1-sys" }
4242

4343
[dev-dependencies]
4444
rand = "0.6"

secp256k1-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
55
"Andrew Poelstra <apoelstra@wpsoftware.net>",
66
"Steven Roose <steven@stevenroose.org>" ]

0 commit comments

Comments
 (0)