From 7fbc4adff968b6410b05622a26998a5281c58a08 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 18 May 2019 15:39:53 -0400 Subject: [PATCH] Swap to git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88b3deb..d8f6fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["matt"] edition = "2018" [dependencies] -bitcoin = { path = "../Bitcoin/rust-bitcoin" } +bitcoin = { git = "https://github.com/TheBlueMatt/rust-bitcoin", rev = "fbff0689f85da9ffa0969cad760cf2b4e903509e" } bitcoin_hashes = "0.3" tokio = "0.1" bytes = "0.4" -- 2.30.2