Release axum and axum-core (#2402)

This commit is contained in:
David Pedersen
2023-12-04 09:16:15 +01:00
committed by GitHub
parent ef5663674c
commit ab36eda6aa
6 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ syn = { version = "2.0", features = [
] }
[dev-dependencies]
axum = { path = "../axum", version = "0.7.0", features = ["macros"] }
axum = { path = "../axum", version = "0.7.2", features = ["macros"] }
axum-extra = { path = "../axum-extra", version = "0.9.0", features = ["typed-routing", "cookie-private", "typed-header"] }
rustversion = "1.0"
serde = { version = "1.0", features = ["derive"] }