axum 0.6 and friends 🎉 (#1570)

* changelog

* bump versions

* reorder changelogs a bit

* Apply suggestions from code review

Co-authored-by: Jonas Platte <[email protected]>

* Expand fallback inheritance

* Reword tsr

* Mention `parse-body-based-on-content-type` example

Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
David Pedersen
2022-11-25 12:29:58 +00:00
committed by GitHub
co-authored by Jonas Platte
parent 0b26411f39
commit 1b6780cf6c
10 changed files with 541 additions and 21 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.3.0-rc.3" # remember to also bump the version that axum depends on
version = "0.3.0" # remember to also bump the version that axum depends on
[dependencies]
async-trait = "0.1"
@@ -25,7 +25,7 @@ tower-service = "0.3"
rustversion = "1.0.9"
[dev-dependencies]
axum = { path = "../axum", version = "0.6.0-rc.2" }
axum = { path = "../axum", version = "0.6.0" }
futures-util = "0.3"
hyper = "0.14"
tokio = { version = "1.0", features = ["macros"] }