Skip to content

Commit

Permalink
Activate tokio feature 'macros' to use 'tokio::select!' macro
Browse files Browse the repository at this point in the history
  • Loading branch information
tglane committed Jun 6, 2024
1 parent 414e7f3 commit f1763ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
__docs_rs = ["futures-util"]

[dependencies]
tokio = { version = "1.28.0", path = "../tokio", features = ["sync"] }
tokio = { version = "1.28.0", path = "../tokio", features = ["sync", "macros"] }
bytes = "1.0.0"
futures-core = "0.3.0"
futures-sink = "0.3.0"
Expand Down

0 comments on commit f1763ca

Please sign in to comment.