mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00
Fix version of axum used locally
This commit is contained in:
parent
fec64bc1b6
commit
cf12b3aa0f
@ -20,6 +20,6 @@ mime = "0.3.16"
|
||||
|
||||
[dev-dependencies]
|
||||
futures-util = "0.3"
|
||||
axum = { path = "../axum", version = "0.4" }
|
||||
axum = { path = "../axum", version = "0.5" }
|
||||
hyper = "0.14"
|
||||
tokio = { version = "1.0", features = ["macros"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user