Skip to content

Commit be16ffd

Browse files
authored
update grin_secp256k1zkp version (#62)
1 parent a14d1e1 commit be16ffd

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Cargo.lock

+2-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ parking_lot = "0.10"
2828
zeroize = { version = "1.1", features =["zeroize_derive"] }
2929
failure = "0.1"
3030
failure_derive = "0.1"
31-
grin_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.10", features = ["bullet-proof-sizing"] }
31+
grin_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.13", features = ["bullet-proof-sizing"] }

0 commit comments

Comments
 (0)