Skip to content

Commit 48b2370

Browse files
committed
Prep for release.
1 parent e89d8f8 commit 48b2370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ crc32fast = "^1.3.2"
2121
chacha20poly1305 = "^0.10.1"
2222
# secp256k1 = {version = "^0.27.0", features = ["bitcoin_hashes"]}
2323
#secp256k1 = "^0.27.0"
24-
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
24+
secp256k1 = { version = "^0.27.0", git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
2525
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
2626
thiserror = "^1.0.48"
2727
hex = "^0.4.3"

0 commit comments

Comments
 (0)