Skip to content

Commit 7544bb0

Browse files
committed
Update the version in secp256k1-sys/Cargo.toml from 0.10.0 to 0.11.0
1 parent 6b69325 commit 7544bb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ global-context = ["std"]
3434
global-context-less-secure = ["global-context"]
3535

3636
[dependencies]
37-
secp256k1-sys = { version = "0.10.0", default-features = false, path = "./secp256k1-sys" }
37+
secp256k1-sys = { version = "0.11.0", default-features = false, path = "./secp256k1-sys" }
3838

3939
hashes = { package = "bitcoin_hashes", version = "0.14", default-features = false, optional = true }
4040
rand = { version = "0.8", default-features = false, optional = true }

secp256k1-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-sys"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Steven Roose <[email protected]>" ]
@@ -12,7 +12,7 @@ description = "FFI for Pieter Wuille's `libsecp256k1` library."
1212
keywords = [ "secp256k1", "libsecp256k1", "ffi" ]
1313
readme = "README.md"
1414
build = "build.rs"
15-
links = "rustsecp256k1_v0_10_0"
15+
links = "rustsecp256k1_v0_11_0"
1616
edition = "2021"
1717
rust-version = "1.63.0"
1818

0 commit comments

Comments
 (0)