Skip to content

Commit

Permalink
example: depend on bdk 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal committed Nov 25, 2024
1 parent dca8941 commit 449d68b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example-crates/example_migrate_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ edition = "2021"

[dependencies]
anyhow = "1"
# TODO: Release bdk 0.30 to enable sqlite feature
#bdk = { version = "0.30", features = ["sqlite"] }
bdk = { git = "https://github.com/ValuedMammal/bdk", branch = "release/0.29-deps-rusqlite", features = ["sqlite"] }
bdk = { version = "0.30", features = ["sqlite"] }
bdk_wallet = { path = "../../crates/wallet", features = ["rusqlite"] }
bdk_electrum = { path = "../../crates/electrum" }

0 comments on commit 449d68b

Please sign in to comment.