mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
update working version of rust-secp256k1-zkp to 0.7.12
This commit is contained in:
parent
de94f95cda
commit
11b5cdb7d6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1139,9 +1139,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_secp256k1zkp"
|
name = "grin_secp256k1zkp"
|
||||||
version = "0.7.11"
|
version = "0.7.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3af3c4c4829b3e2e7ee1d9a542833e4244912fbb887fabe44682558159b068a7"
|
checksum = "b04798e32404c0af082b6a209ad4df1ab1d9ec3a5a5056f284cfa32f74e59ce6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.3.25",
|
"arrayvec 0.3.25",
|
||||||
"cc",
|
"cc",
|
||||||
|
|
|
@ -28,5 +28,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] }
|
||||||
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
|
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
|
||||||
#tag = "grin_integration_29"
|
#tag = "grin_integration_29"
|
||||||
#path = "../../rust-secp256k1-zkp"
|
#path = "../../rust-secp256k1-zkp"
|
||||||
version = "0.7.10"
|
version = "0.7.12"
|
||||||
features = ["bullet-proof-sizing"]
|
features = ["bullet-proof-sizing"]
|
||||||
|
|
Loading…
Reference in a new issue