Skip to content

Commit 68daa61

Browse files
committed
bitcoinconsensus only used in test
1 parent bb4fcc5 commit 68daa61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = [ "crypto", "bitcoin" ]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
bitcoin = { git= "https://github.com/tamasblummer/rust-bitcoin.git", branch = "patches", features=["serde", "bitcoinconsensus"]}
14+
bitcoin = { git= "https://github.com/tamasblummer/rust-bitcoin.git", branch = "patches", features=["serde"]}
1515
bitcoin_hashes={version="0.7", features=["serde"]}
1616
secp256k1 = "0.15"
1717
rand="0.7"
@@ -20,5 +20,6 @@ serde = "1"
2020
serde_derive = "1"
2121

2222
[dev-dependencies]
23+
bitcoin = { git= "https://github.com/tamasblummer/rust-bitcoin.git", branch = "patches", features=["serde", "bitcoinconsensus"]}
2324
serde_json="1"
2425
hex = "0.3"

0 commit comments

Comments
 (0)