Browse Source
393: Update secp256k1-zkp fork's hash after force-pushing to the branch r=klochowicz a=klochowicz
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
hotfix/0.1.1
bors[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Cargo.lock
|
@ -2391,7 +2391,7 @@ dependencies = [ |
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "secp256k1-zkp" |
|
|
name = "secp256k1-zkp" |
|
|
version = "0.4.0" |
|
|
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 = [ |
|
|
dependencies = [ |
|
|
"rand 0.6.5", |
|
|
"rand 0.6.5", |
|
|
"secp256k1", |
|
|
"secp256k1", |
|
@ -2402,7 +2402,7 @@ dependencies = [ |
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "secp256k1-zkp-sys" |
|
|
name = "secp256k1-zkp-sys" |
|
|
version = "0.4.0" |
|
|
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 = [ |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"cc", |
|
|
"secp256k1-sys", |
|
|
"secp256k1-sys", |
|
|