From 4a7e55e4c0dcdec19db29485def55cb349ef8e5c Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 7 Nov 2023 21:42:53 +0900 Subject: [PATCH] fix(examples): add backports feature requirement to tower_client example --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"