Skip to content

Commit 53d2ec6

Browse files
committedJul 9, 2024··
update libsecp-zkp to 6152622613fdf1c5af6f31f74c427c4e9ee120ce
Also bump versions of rust-secp-zkp-sys and rust-secp-zkp.
1 parent e0b45ac commit 53d2ec6

File tree

225 files changed

+28728
-17025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+28728
-17025
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-zkp"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
55
"Andrew Poelstra <apoelstra@wpsoftware.net>",
66
"Lucas Soriano <lucas@comit.network>",
@@ -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.29.0"
37-
secp256k1-zkp-sys = { version = "0.9.0", default-features = false, path = "./secp256k1-zkp-sys" }
37+
secp256k1-zkp-sys = { version = "0.10.0", 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-zkp-sys"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
55
"Andrew Poelstra <apoelstra@wpsoftware.net>",
66
"Steven Roose <steven@stevenroose.org>",
@@ -13,7 +13,7 @@ description = "FFI for `libsecp256k1-zkp` library."
1313
keywords = [ "secp256k1", "libsecp256k1-zkp", "ffi" ]
1414
readme = "README.md"
1515
build = "build.rs"
16-
links = "rustsecp256k1zkp_v0_8_0"
16+
links = "rustsecp256k1zkp_v0_10_0"
1717

1818
# Should make docs.rs show all functions, even those behind non-default features
1919
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)
Please sign in to comment.