mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Specify version of axum that axum-handle-error-extract depends on
Seems to be required by `cargo publish`
This commit is contained in:
@@ -12,7 +12,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { path = "../axum" }
|
axum = { version = "0.3.2", path = "../axum" }
|
||||||
tower-service = "0.3"
|
tower-service = "0.3"
|
||||||
tower-layer = "0.3"
|
tower-layer = "0.3"
|
||||||
tower = { version = "0.4", features = ["util"] }
|
tower = { version = "0.4", features = ["util"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user