We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d2f3b9 + f4d03b0 commit 8eaf1c0Copy full SHA for 8eaf1c0
examples/example_wallet_esplora_async/Cargo.toml
@@ -8,5 +8,5 @@ edition = "2021"
8
[dependencies]
9
bdk_wallet = { path = "../../wallet", features = ["rusqlite"] }
10
bdk_esplora = { version = "0.20", features = ["async-https", "tokio"] }
11
-tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
+tokio = { version = "1.38.1", features = ["rt", "rt-multi-thread", "macros"] }
12
anyhow = "1"
0 commit comments