Skip to content

Commit

Permalink
Merge pull request #62 from rustaceanrob/bump-10-2
Browse files Browse the repository at this point in the history
lib: upgrade `bdk_wallet` to `beta-5`
  • Loading branch information
rustaceanrob authored Oct 2, 2024
2 parents 4f7d9e5 + 280dc6c commit 777c403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"
rust-version = "1.63.0"

[dependencies]
bdk_chain = { version = "0.19.0" }
bdk_chain = { version = "0.20.0" }
kyoto-cbf = { version = "0.2.0", default-features = false, features = ["dns"] }
tracing = { version = "0.1", optional = true }
tracing-subscriber = { version = "0.3", optional = true }

[dependencies.bdk_wallet]
version = "1.0.0-beta.4"
version = "1.0.0-beta.5"
optional = true

[features]
Expand All @@ -23,7 +23,7 @@ rusqlite = ["kyoto-cbf/database"]
[dev-dependencies]
tokio = { version = "1.37", features = ["full"], default-features = false }
anyhow = "1.0"
bdk_testenv = "0.8.0"
bdk_testenv = "0.9.0"
tempfile = "3.12.0"
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
Expand Down

0 comments on commit 777c403

Please sign in to comment.