mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
Fix version of axum used locally
This commit is contained in:
parent
fec64bc1b6
commit
cf12b3aa0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue