mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Specify version of axum that axum-handle-error-extract depends on
Seems to be required by `cargo publish`
This commit is contained in:
parent
7e40312cff
commit
7710f2cf7f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ readme = "README.md"
|
|||
repository = "https://github.com/tokio-rs/axum"
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../axum" }
|
||||
axum = { version = "0.3.2", path = "../axum" }
|
||||
tower-service = "0.3"
|
||||
tower-layer = "0.3"
|
||||
tower = { version = "0.4", features = ["util"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue