Skip to content

Commit

Permalink
secp version for cargo publish (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo authored Nov 3, 2024
1 parent 3d2d7e3 commit e494246
Showing 1 changed file with 1 addition and 1 deletion.
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"] }
thiserror = "1"

mwc_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.15", features = ["bullet-proof-sizing"] }
mwc_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", version= "0.7.15", tag = "0.7.15", features = ["bullet-proof-sizing"] }

0 comments on commit e494246

Please sign in to comment.