X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=3e07441c17ef38070c0877e347c4033fa1f35bd4;hb=890e3cb165196b6a5b7ad68dbafea7ed35c8a50a;hp=f5aa85db4aa7f4280b39f37682ce90d54dd15940;hpb=2018782d119219d9dbde3b993e165b687c3ec268;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index f5aa85db..3e07441c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ non_bitcoin_chain_hash_routing = [] fuzztarget = ["secp256k1/fuzztarget", "bitcoin/fuzztarget"] [dependencies] -bitcoin = "0.12" +bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin" } rust-crypto = "0.2" rand = "0.4" secp256k1 = "0.9"