fix(examples): add backports feature requirement to tower_client example (#3396)

This commit is contained in:
tottoto
2023-11-08 01:48:33 +09:00
committed by GitHub
parent a3c9fde7b3
commit 6803436ecb

View File

@@ -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"