Skip to content

Commit c8c5764

Browse files
committed
WIP: Update rust-bitcoin version
1 parent d8b509a commit c8c5764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ grind_signatures = []
3838
default = ["std", "grind_signatures"]
3939

4040
[dependencies]
41-
bitcoin = { version = "0.28.1", default-features = false, features = ["secp-recovery"] }
41+
bitcoin = { git = "https://github.com/jkczyz/rust-bitcoin", branch = "2022-06-bech32-version", version = "0.28.1", default-features = false, features = ["secp-recovery"] }
4242

4343
hashbrown = { version = "0.11", optional = true }
4444
hex = { version = "0.4", optional = true }
@@ -53,5 +53,7 @@ regex = "1.5.6"
5353

5454
[dev-dependencies.bitcoin]
5555
version = "0.28.1"
56+
git = "https://github.com/jkczyz/rust-bitcoin"
57+
branch = "2022-06-bech32-version"
5658
default-features = false
5759
features = ["bitcoinconsensus", "secp-recovery"]

0 commit comments

Comments
 (0)