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 97ffd40 commit 74193aeCopy full SHA for 74193ae
Cargo.toml
@@ -25,7 +25,7 @@ futures = "0.3.21"
25
log = "^0.4"
26
nom = "^7.0"
27
thiserror = "1"
28
-tokio = { version = "1", features = ["time", "io-util"], optional = true }
+tokio = { version = "1", default-features = false, features = ["time", "io-util"], optional = true }
29
30
[dev-dependencies]
31
env_logger = "^0.9"
0 commit comments