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 e89d8f8 commit 48b2370Copy full SHA for 48b2370
Cargo.toml
@@ -21,7 +21,7 @@ crc32fast = "^1.3.2"
21
chacha20poly1305 = "^0.10.1"
22
# secp256k1 = {version = "^0.27.0", features = ["bitcoin_hashes"]}
23
#secp256k1 = "^0.27.0"
24
-secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
+secp256k1 = { version = "^0.27.0", git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
25
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
26
thiserror = "^1.0.48"
27
hex = "^0.4.3"
0 commit comments