Skip to content

Commit cebc42e

Browse files
committed
use the correct tokio rt feature
1 parent c9ad6c7 commit cebc42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ wasm-client = ["surf", "surf/wasm-client"]
4545
[dev-dependencies]
4646
async-std = { version = "1.6.5", features = ["attributes"] }
4747
tokio02 = { package = "tokio", version = "0.2.22", features = ["rt-threaded", "macros"] }
48-
tokio = { version = "1.7", features = ["macros", "rt"] }
48+
tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)