Skip to content

Commit 54c0221

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)