mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-20 00:00:11 +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"
|
||||
|
||||
[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"] }
|
||||
|
||||
Reference in New Issue
Block a user