Skip to content

Commit

Permalink
Merge pull request #50 from rustaceanrob/bdk-bump-09-15
Browse files Browse the repository at this point in the history
lib: update `bdk_chain` and `bdk_wallet`
  • Loading branch information
rustaceanrob authored Sep 16, 2024
2 parents 38d7d92 + 2a3b34e commit 58c6ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.18.0" }
bdk_chain = { version = "0.19.0" }
kyoto-cbf = { git = "https://github.com/rustaceanrob/kyoto", rev = "d9ab1ce3fdfee863f152fe145596b7f93171b5aa" }
tracing = { version = "0.1", optional = true }
tracing-subscriber = { version = "0.3", optional = true }

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

[features]
Expand Down

0 comments on commit 58c6ee9

Please sign in to comment.