mirror of
https://github.com/hyperium/hyper.git
synced 2026-01-25 02:16:14 +00:00
fix(examples): add backports feature requirement to tower_client example (#3396)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user