Skip to content

Commit ea4995e

Browse files
authored
chore(examples): Remove timeout example (#2025)
1 parent 5ae578e commit ea4995e

File tree

3 files changed

+1
-85
lines changed

3 files changed

+1
-85
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,6 @@ name = "tower-client"
9898
path = "src/tower/client.rs"
9999
required-features = ["tower"]
100100

101-
[[bin]]
102-
name = "timeout-server"
103-
path = "src/timeout/server.rs"
104-
required-features = ["timeout"]
105-
106-
[[bin]]
107-
name = "timeout-client"
108-
path = "src/timeout/client.rs"
109-
required-features = ["timeout"]
110-
111101
[[bin]]
112102
name = "multiplex-server"
113103
path = "src/multiplex/server.rs"
@@ -278,13 +268,12 @@ compression = ["tonic/gzip"]
278268
tls = ["tonic/tls"]
279269
tls-rustls = ["dep:http", "dep:hyper", "dep:hyper-util", "dep:hyper-rustls", "dep:tower", "tower-http/util", "tower-http/add-extension", "dep:rustls-pki-types", "dep:tokio-rustls", "dep:pin-project", "dep:http-body-util"]
280270
dynamic-load-balance = ["dep:tower"]
281-
timeout = ["tokio/time", "dep:tower", "tower?/timeout"]
282271
tls-client-auth = ["tonic/tls"]
283272
types = ["dep:tonic-types"]
284273
h2c = ["dep:hyper", "dep:tower", "dep:http", "dep:hyper-util"]
285274
cancellation = ["dep:tokio-util"]
286275

287-
full = ["gcp", "routeguide", "reflection", "autoreload", "health", "grpc-web", "tracing", "uds", "streaming", "mock", "tower", "json-codec", "compression", "tls", "tls-rustls", "dynamic-load-balance", "timeout", "tls-client-auth", "types", "cancellation", "h2c"]
276+
full = ["gcp", "routeguide", "reflection", "autoreload", "health", "grpc-web", "tracing", "uds", "streaming", "mock", "tower", "json-codec", "compression", "tls", "tls-rustls", "dynamic-load-balance", "tls-client-auth", "types", "cancellation", "h2c"]
288277
default = ["full"]
289278

290279
[dependencies]

examples/src/timeout/client.rs

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/src/timeout/server.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)