You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/electrum/Cargo.toml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ readme = "README.md"
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
14
[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" }
19
19
# Switch the lines below once https://github.com/bitcoindevkit/rust-electrum-client/pull/135 is merged and a new version is released
0 commit comments