Swap to git
authorMatt Corallo <git@bluematt.me>
Sat, 18 May 2019 19:39:53 +0000 (15:39 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 18 May 2019 19:43:00 +0000 (15:43 -0400)
Cargo.toml

index 88b3deb412559f733fce032463a6f5d76a9d9842..d8f6fbc17a0e4cd94e40f347eea0ef58e24878a8 100644 (file)
@@ -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"