Skip to content

Commit 6803436

Browse files
authored
fix(examples): add backports feature requirement to tower_client example (#3396)
1 parent a3c9fde commit 6803436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ required-features = ["full"]
197197
[[example]]
198198
name = "tower_client"
199199
path = "examples/tower_client.rs"
200-
required-features = ["full"]
200+
required-features = ["full", "backports"]
201201

202202
[[example]]
203203
name = "tower_server"

0 commit comments

Comments
 (0)