Update grin-secp256k1zkp to 0.7.10 (#3581)

This commit is contained in:
Quentin Le Sceller 2021-03-03 14:35:37 -05:00 committed by GitHub
parent eefd0eac97
commit 682c520968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1109,9 +1109,9 @@ dependencies = [
[[package]]
name = "grin_secp256k1zkp"
version = "0.7.9"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c2e7431d1999f02112c2383c9d33e7a6212947abfba92c87ab7283ba667a8b"
checksum = "daca5852d12dbd4df8b7b760eaad791d191ea546bf80c46b033bbcc650b35a5c"
dependencies = [
"arrayvec 0.3.25",
"cc",

View file

@ -28,5 +28,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] }
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
#tag = "grin_integration_29"
#path = "../../rust-secp256k1-zkp"
version = "0.7.9"
version = "0.7.10"
features = ["bullet-proof-sizing"]