Skip to content

Commit 6436510

Browse files
committed
Merge #71: secp256k1-sys-zkp 0.8.0 -> 0.8.1
0265acf secp256k1-sys-zkp 0.8.0 -> 0.8.1 (Riccardo Casatta) Pull request description: missing from #70 ACKs for top commit: apoelstra: ACK 0265acf Tree-SHA512: ba6169af6bf6ac1adcc8f6b6fbef1b5db9083841221d96438973e191c9e050ef1f6f21efe1b0da31b63995b4f92cf7f90cbbd8f58f462857815cbb546749aca8
2 parents 2fa4edc + 0265acf commit 6436510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rand = ["actual-rand", "secp256k1/rand"]
3434
actual-serde = { package = "serde", version = "1.0", default-features = false, optional = true }
3535
actual-rand = { package = "rand", version = "0.8", default-features = false, optional = true }
3636
secp256k1 = "0.27.0"
37-
secp256k1-zkp-sys = { version = "0.8.0", default-features = false, path = "./secp256k1-zkp-sys" }
37+
secp256k1-zkp-sys = { version = "0.8.1", default-features = false, path = "./secp256k1-zkp-sys" }
3838
internals = { package = "bitcoin-private", version = "0.1.0" }
3939

4040
[dev-dependencies]

secp256k1-zkp-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-zkp-sys"
3-
version = "0.8.0"
3+
version = "0.8.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)