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.
1 parent 3e61d2a commit f4d03b0Copy full SHA for f4d03b0
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