New release candidates (#1514)

* New release candidates

* Update axum/Cargo.toml

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

Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
David Pedersen
2022-11-09 09:01:47 +01:00
committed by GitHub
co-authored by Jonas Platte
parent 9c804d506e
commit e39d053d2f
8 changed files with 22 additions and 6 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- None.
# 0.4.0-rc.2 (8. November, 2022)
- **breaking:** `Form` has a new rejection type ([#1496])
- **breaking:** `Query` has a new rejection type ([#1496])
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
[features]
default = []