Skip to content

Commit

Permalink
Unpin BDK dependency
Browse files Browse the repository at this point in the history
Now that we could upgrade our `esplora-client`, we can unpin BDK.
  • Loading branch information
tnull committed Aug 8, 2023
1 parent a09cd81 commit 14395c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ lightning-transaction-sync = { version = "0.0.115", features = ["esplora-async-h
#lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
#lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }

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

0 comments on commit 14395c5

Please sign in to comment.