Skip to content

Commit f1763ca

Browse files
committed
Activate tokio feature 'macros' to use 'tokio::select!' macro
1 parent 414e7f3 commit f1763ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
3434
__docs_rs = ["futures-util"]
3535

3636
[dependencies]
37-
tokio = { version = "1.28.0", path = "../tokio", features = ["sync"] }
37+
tokio = { version = "1.28.0", path = "../tokio", features = ["sync", "macros"] }
3838
bytes = "1.0.0"
3939
futures-core = "0.3.0"
4040
futures-sink = "0.3.0"

0 commit comments

Comments
 (0)