From 3d940a85fed2475d38700f67dd548a2fecc3673c Mon Sep 17 00:00:00 2001 From: Jerzy Kozera Date: Tue, 12 Aug 2014 04:52:33 +0200 Subject: [PATCH] Use apoelstra's secp256k1 dpc's version doesn't contain secp256k1::key::PublicKey which is used in blockdata/script.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65c5e88..b22020c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ path = "src/lib.rs" git = "https://github.com/DaGenix/rust-crypto.git" [dependencies.bitcoin-secp256k1-rs] -git = "https://github.com/dpc/bitcoin-secp256k1-rs.git" +git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git"