Skip to content

Commit 599f18f

Browse files
committed
Move to release 0.30.0 of secp256k1 crate.
1 parent f721cd9 commit 599f18f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ pbkdf2 = "^0.12.1"
2020
hkdf = "^0.12.3"
2121
crc32fast = "^1.3.2"
2222
chacha20poly1305 = "^0.10.1"
23-
# secp256k1 = "^0.29.1"
24-
# https://github.com/rust-bitcoin/rust-secp256k1/issues/702
25-
# https://github.com/rust-bitcoin/rust-secp256k1/pull/706
26-
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
23+
secp256k1 = "^0.30.0"
2724
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
2825
thiserror = "^1.0.48"
2926
hex = "^0.4.3"

0 commit comments

Comments
 (0)