Skip to content

Commit 8eaf1c0

Browse files
committed
Merge commit 'refs/pull/219/head' of github.com:bitcoindevkit/bdk_wallet
2 parents 6d2f3b9 + f4d03b0 commit 8eaf1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_wallet_esplora_async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2021"
88
[dependencies]
99
bdk_wallet = { path = "../../wallet", features = ["rusqlite"] }
1010
bdk_esplora = { version = "0.20", features = ["async-https", "tokio"] }
11-
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
11+
tokio = { version = "1.38.1", features = ["rt", "rt-multi-thread", "macros"] }
1212
anyhow = "1"

0 commit comments

Comments
 (0)