Skip to content

Commit 2b65ba9

Browse files
committed
include rt feature for tokio
1 parent 04360b4 commit 2b65ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay_client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
2727
serde_qs = "0.10"
2828
thiserror = "1.0"
29-
tokio = { version = "1.22", features = ["sync", "macros"] }
29+
tokio = { version = "1.22", features = ["rt", "sync", "macros"] }
3030
tokio-tungstenite-wasm = { git = "https://github.com/KomodoPlatform/tokio-tungstenite-wasm.git", features = ["rustls-tls-native-roots"], rev = "8fc7e2f" }
3131
tokio-util = "0.7"
3232
url = "2.3"

0 commit comments

Comments
 (0)