Skip to content

Commit

Permalink
update grin_secp256k1zkp version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Apr 27, 2024
1 parent a14d1e1 commit be16ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ parking_lot = "0.10"
zeroize = { version = "1.1", features =["zeroize_derive"] }
failure = "0.1"
failure_derive = "0.1"
grin_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.10", features = ["bullet-proof-sizing"] }
grin_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.13", features = ["bullet-proof-sizing"] }

0 comments on commit be16ffd

Please sign in to comment.