Skip to content

Commit cb705f3

Browse files
committed
Turn on the tokio/rt feature
1 parent b0b7a4e commit cb705f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pin-project = "1.0.2"
2727
serde = "1"
2828
serde_json = "1"
2929
thiserror = "1.0.4"
30-
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time"] }
30+
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time", "rt"] }
3131
tokio-util = { version = "0.6.0", features = ["codec"] }
3232
tokio-native-tls = "0.3.0"
3333
twox-hash = "1"

0 commit comments

Comments
 (0)