Skip to content

Commit 513ea22

Browse files
fix: use set version of bdk_chain for ffi builds
1 parent f7266d8 commit 513ea22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/electrum/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
# Keeping the path here breaks the build when using the fork as a dependency; remove once #135 is merged
16-
# and #1491 is ready to go in
17-
bdk_chain = { path = "../chain", version = "0.17.0" }
18-
# bdk_chain = { version = "0.17.0" }
15+
# Keeping the path here breaks the build when using the fork as a dependency #135 has the first line instead but for building
16+
# the bindings we need the second line
17+
bdk_chain = { path = "../chain", version = "0.17.0" }
18+
#bdk_chain = { version = "0.17.0" }
1919
# Switch the lines below once https://github.com/bitcoindevkit/rust-electrum-client/pull/135 is merged and a new version is released
2020
# electrum-client = { version = "0.21", default-features = false }
2121
electrum-client = { git = "https://github.com/thunderbiscuit/rust-electrum-client/", branch = "feature/rustls-ring", default-features = false }

0 commit comments

Comments
 (0)