Skip to content

Commit

Permalink
fix: add tower?/util dep for channel feature only builds (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabify authored Sep 25, 2024
1 parent 6d93c1d commit e6782fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ server = [
channel = [
"dep:hyper", "hyper?/client",
"dep:hyper-util", "hyper-util?/client-legacy",
"dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit",
"dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit", "tower?/util",
"dep:tokio", "tokio?/time",
"dep:hyper-timeout",
]
Expand Down

0 comments on commit e6782fe

Please sign in to comment.