Browse Source
Update secp256k1-zkp fork's hash after force-pushing to the branch
hotfix/0.1.1
Mariusz Klochowicz
3 years ago
No known key found for this signature in database
GPG Key ID: 470C865699C8D4D
1 changed files with
2 additions and
2 deletions
-
Cargo.lock
|
|
@ -2391,7 +2391,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
name = "secp256k1-zkp" |
|
|
|
version = "0.4.0" |
|
|
|
source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#37c6afcf3ead55cbc99cbbba459745c43c7197a3" |
|
|
|
source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#e8692101e357fbda0a613023e0cd3e36457d9bf4" |
|
|
|
dependencies = [ |
|
|
|
"rand 0.6.5", |
|
|
|
"secp256k1", |
|
|
@ -2402,7 +2402,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
name = "secp256k1-zkp-sys" |
|
|
|
version = "0.4.0" |
|
|
|
source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#37c6afcf3ead55cbc99cbbba459745c43c7197a3" |
|
|
|
source = "git+https://github.com/klochowicz/rust-secp256k1-zkp?branch=ecdsa-signatures-release-build#e8692101e357fbda0a613023e0cd3e36457d9bf4" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"secp256k1-sys", |
|
|
|