We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a929f30 commit 5ce8d9aCopy full SHA for 5ce8d9a
Cargo.toml
@@ -19,8 +19,9 @@ pbkdf2 = "^0.12.1"
19
hkdf = "^0.12.3"
20
crc32fast = "^1.3.2"
21
chacha20poly1305 = "^0.10.1"
22
-# secp256k1 = {version = "^0.27.0", features = ["bitcoin_hashes"]}
23
-#secp256k1 = "^0.27.0"
+# secp256k1 = "^0.29.1"
+# https://github.com/rust-bitcoin/rust-secp256k1/issues/702
24
+# https://github.com/rust-bitcoin/rust-secp256k1/pull/706
25
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
26
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
27
thiserror = "^1.0.48"
0 commit comments