Skip to content

Commit cf12b3a

Browse files
committed
Fix version of axum used locally
1 parent fec64bc commit cf12b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ mime = "0.3.16"
2020

2121
[dev-dependencies]
2222
futures-util = "0.3"
23-
axum = { path = "../axum", version = "0.4" }
23+
axum = { path = "../axum", version = "0.5" }
2424
hyper = "0.14"
2525
tokio = { version = "1.0", features = ["macros"] }

0 commit comments

Comments
 (0)