Skip to content

Commit 64fa275

Browse files
committed
roll back secp
1 parent 308ad59 commit 64fa275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rustdoc-args = ["--cfg", "docsrs"]
3636
[dependencies]
3737
bech32 = { version = "0.8.1", default-features = false }
3838
bitcoin_hashes = { version = "0.10.0", default-features = false }
39-
secp256k1 = { git ="https://github.com/rust-bitcoin/rust-secp256k1", branch="master", default-features = false }
39+
secp256k1 = { version = "0.22.1", default-features = false }
4040
core2 = { version = "0.3.0", optional = true, default-features = false }
4141

4242
base64-compat = { version = "1.0.0", optional = true }
@@ -47,7 +47,7 @@ hashbrown = { version = "0.8", optional = true }
4747
[dev-dependencies]
4848
serde_json = "<1.0.45"
4949
serde_test = "1"
50-
secp256k1 = { git ="https://github.com/rust-bitcoin/rust-secp256k1", branch="master", features = [ "recovery", "rand-std" ] }
50+
secp256k1 = { version = "0.22.1", features = [ "recovery", "rand-std" ] }
5151
bincode = "1.3.1"
5252
# We need to pin ryu (transitive dep from serde_json) to stay compatible with Rust 1.22.0
5353
ryu = "<1.0.5"

0 commit comments

Comments
 (0)