Skip to content

Commit 0acfddf

Browse files
authored
Merge pull request #148 from tnull/2023-08-pin-bdk
Pin BDK to fix build
2 parents 23e3098 + 170bf6e commit 0acfddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-h
5656
#lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
5757
#lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }
5858

59-
bdk = { version = "0.28.0", default-features = false, features = ["std", "async-interface", "use-esplora-async", "sqlite-bundled", "keys-bip39"]}
59+
# TODO: unpin BDK once we upgraded the esplora client to 0.5 everywhere.
60+
bdk = { version = "=0.28.0", default-features = false, features = ["std", "async-interface", "use-esplora-async", "sqlite-bundled", "keys-bip39"]}
6061
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
6162
rusqlite = { version = "0.28.0", features = ["bundled"] }
6263
bitcoin = "0.29.2"
6364
bip39 = "2.0.0"
6465

6566
rand = "0.8.5"
66-
chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
67+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
6768
futures = "0.3"
68-
serde_json = { version = "1.0" }
6969
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
7070
esplora-client = { version = "0.4", default-features = false }
7171
libc = "0.2"

0 commit comments

Comments
 (0)