Skip to content

Commit e6782fe

Browse files
authored
fix: add tower?/util dep for channel feature only builds (#1954)
1 parent 6d93c1d commit e6782fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ server = [
4747
channel = [
4848
"dep:hyper", "hyper?/client",
4949
"dep:hyper-util", "hyper-util?/client-legacy",
50-
"dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit",
50+
"dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit", "tower?/util",
5151
"dep:tokio", "tokio?/time",
5252
"dep:hyper-timeout",
5353
]

0 commit comments

Comments
 (0)