Skip to content

Commit

Permalink
add version to libsecp
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 7, 2024
1 parent 39873d7 commit 6fc5e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ base64-compat = { version = "1.0.0", optional = true }
bitcoinconsensus = { version = "0.19.0-2", optional = true, features = ["external-secp"] }
serde = { version = "1", features = [ "derive" ], optional = true }

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

[dev-dependencies]
serde_json = "<1.0.45"
Expand Down

0 comments on commit 6fc5e75

Please sign in to comment.