Skip to content

Commit aa37b39

Browse files
committedSep 8, 2024
Fix -Zminimal-versions build
`tower_layer::Identity::new` was constified in v0.3.3
1 parent 3f98dc1 commit aa37b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tower-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bitflags = "2.0.2"
1717
bytes = "1"
1818
http = "1.0"
1919
pin-project-lite = "0.2.7"
20-
tower-layer = "0.3"
20+
tower-layer = "0.3.3"
2121
tower-service = "0.3"
2222

2323
# optional dependencies

0 commit comments

Comments
 (0)