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.
tokio
1 parent 9427c63 commit 85affcfCopy full SHA for 85affcf
Cargo.toml
@@ -64,7 +64,7 @@ bip39 = "2.0.0"
64
65
rand = "0.8.5"
66
chrono = { version = "0.4", default-features = false, features = ["clock"] }
67
-tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
+tokio = { version = "1.37", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
68
esplora-client = { version = "0.6", default-features = false }
69
libc = "0.2"
70
uniffi = { version = "0.26.0", features = ["build"], optional = true }
0 commit comments