From: Matt Corallo Date: Sat, 18 May 2019 19:39:53 +0000 (-0400) Subject: Swap to git X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7fbc4adff968b6410b05622a26998a5281c58a08;p=dnsseed-rust Swap to git --- 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"