Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo authored Mar 17, 2024
1 parent 98b1412 commit fde5fac
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", branch = "master", features = ["bullet-proof-sizing"] }
grin_secp256k1zkp = { git = "https://github.com/mwcproject/rust-secp256k1-zkp", tag = "0.7.10", features = ["bullet-proof-sizing"] }

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

0 comments on commit fde5fac

Please sign in to comment.