Browse Source

Merge #393

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
parent
commit
e86e6e0725
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock

4
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",

Loading…
Cancel
Save