There was an error while loading. Please reload this page.
1 parent 7d32028 commit 06ef55eCopy full SHA for 06ef55e
1 file changed
bitcoin/Cargo.toml
@@ -26,7 +26,7 @@ arbitrary = ["dep:arbitrary", "units/arbitrary", "primitives/arbitrary"]
26
27
[dependencies]
28
base58 = { package = "base58ck", path = "../base58", default-features = false, features = ["alloc"] }
29
-bech32 = { version = "0.11.0", default-features = false, features = ["alloc"] }
+bech32 = { git = "https://github.com/braidpool/rust-bech32.git", branch = "cpunet", default-features = false, features = ["alloc"] }
30
hashes = { package = "bitcoin_hashes", path = "../hashes", default-features = false, features = ["alloc", "hex"] }
31
hex = { package = "hex-conservative", version = "0.3.0", default-features = false, features = ["alloc"] }
32
internals = { package = "bitcoin-internals", path = "../internals", features = ["alloc", "hex"] }
0 commit comments