mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Update grin-secp256k1zkp to 0.7.10 (#3581)
This commit is contained in:
parent
eefd0eac97
commit
682c520968
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1109,9 +1109,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_secp256k1zkp"
|
name = "grin_secp256k1zkp"
|
||||||
version = "0.7.9"
|
version = "0.7.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a4c2e7431d1999f02112c2383c9d33e7a6212947abfba92c87ab7283ba667a8b"
|
checksum = "daca5852d12dbd4df8b7b760eaad791d191ea546bf80c46b033bbcc650b35a5c"
|
||||||
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.9"
|
version = "0.7.10"
|
||||||
features = ["bullet-proof-sizing"]
|
features = ["bullet-proof-sizing"]
|
||||||
|
|
Loading…
Reference in a new issue