Skip to content

Commit

Permalink
fix(examples): add backports feature requirement to tower_client example
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 7, 2023
1 parent a3c9fde commit 4a7e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a7e55e

Please sign in to comment.