We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04360b4 commit 2b65ba9Copy full SHA for 2b65ba9
relay_client/Cargo.toml
@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
26
serde_json = "1.0"
27
serde_qs = "0.10"
28
thiserror = "1.0"
29
-tokio = { version = "1.22", features = ["sync", "macros"] }
+tokio = { version = "1.22", features = ["rt", "sync", "macros"] }
30
tokio-tungstenite-wasm = { git = "https://github.com/KomodoPlatform/tokio-tungstenite-wasm.git", features = ["rustls-tls-native-roots"], rev = "8fc7e2f" }
31
tokio-util = "0.7"
32
url = "2.3"
0 commit comments