diff --git a/Cargo.toml b/Cargo.toml index 60e74cce6e..e641af5f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ required-features = ["full"] [[example]] name = "tower_client" path = "examples/tower_client.rs" -required-features = ["full"] +required-features = ["full", "backports"] [[example]] name = "tower_server"