Skip to content

Commit e6afa5f

Browse files
committed
Fix udeps check
1 parent 169bd72 commit e6afa5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ tracing = ["dep:tracing", "dep:tracing-subscriber"]
263263
uds = ["dep:tokio-stream", "tokio-stream?/net", "dep:tower", "dep:hyper", "dep:hyper-util"]
264264
streaming = ["dep:tokio-stream", "dep:h2"]
265265
mock = ["dep:tokio-stream", "dep:tower", "dep:hyper-util"]
266-
tower = ["dep:tower", "dep:http"]
267266
json-codec = ["dep:serde", "dep:serde_json", "dep:bytes"]
268267
compression = ["tonic/gzip"]
269268
tls = ["tonic/tls-ring"]
@@ -273,7 +272,7 @@ types = ["dep:tonic-types"]
273272
h2c = ["dep:hyper", "dep:tower", "dep:http", "dep:hyper-util"]
274273
cancellation = ["dep:tokio-util"]
275274

276-
full = ["gcp", "routeguide", "reflection", "autoreload", "health", "grpc-web", "tracing", "uds", "streaming", "mock", "tower", "json-codec", "compression", "tls", "tls-rustls", "tls-client-auth", "types", "cancellation", "h2c"]
275+
full = ["gcp", "routeguide", "reflection", "autoreload", "health", "grpc-web", "tracing", "uds", "streaming", "mock", "json-codec", "compression", "tls", "tls-rustls", "tls-client-auth", "types", "cancellation", "h2c"]
277276
default = ["full"]
278277

279278
[dependencies]

0 commit comments

Comments
 (0)