Skip to content

Commit c999623

Browse files
Fix -Zminimal-versions build (#514)
`tower_layer::Identity::new` was constified in v0.3.3
1 parent e526894 commit c999623

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)