diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 361ec8fcd..76c06978b 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -87,12 +87,10 @@ required-features = ["tls-client-auth"] [[bin]] name = "tower-server" path = "src/tower/server.rs" -required-features = ["tower"] [[bin]] name = "tower-client" path = "src/tower/client.rs" -required-features = ["tower"] [[bin]] name = "multiplex-server"