Skip to content

Commit

Permalink
Fix -Zminimal-versions build (#514)
Browse files Browse the repository at this point in the history
`tower_layer::Identity::new` was constified in v0.3.3
  • Loading branch information
paolobarbolini authored Sep 19, 2024
1 parent e526894 commit c999623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bitflags = "2.0.2"
bytes = "1"
http = "1.0"
pin-project-lite = "0.2.7"
tower-layer = "0.3"
tower-layer = "0.3.3"
tower-service = "0.3"

# optional dependencies
Expand Down

0 comments on commit c999623

Please sign in to comment.