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.
1 parent c9ad6c7 commit cebc42eCopy full SHA for cebc42e
influxdb/Cargo.toml
@@ -45,4 +45,4 @@ wasm-client = ["surf", "surf/wasm-client"]
45
[dev-dependencies]
46
async-std = { version = "1.6.5", features = ["attributes"] }
47
tokio02 = { package = "tokio", version = "0.2.22", features = ["rt-threaded", "macros"] }
48
-tokio = { version = "1.7", features = ["macros", "rt"] }
+tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }
0 commit comments