Specify version of axum that axum-handle-error-extract depends on

Seems to be required by `cargo publish`
This commit is contained in:
David Pedersen 2021-11-08 19:28:28 +01:00
parent 7e40312cff
commit 7710f2cf7f

View file

@ -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"] }