We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414e7f3 commit f1763caCopy full SHA for f1763ca
tokio-util/Cargo.toml
@@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
34
__docs_rs = ["futures-util"]
35
36
[dependencies]
37
-tokio = { version = "1.28.0", path = "../tokio", features = ["sync"] }
+tokio = { version = "1.28.0", path = "../tokio", features = ["sync", "macros"] }
38
bytes = "1.0.0"
39
futures-core = "0.3.0"
40
futures-sink = "0.3.0"
0 commit comments