axum 0.6.0-rc.4 (#1518)

This commit is contained in:
David Pedersen
2022-11-09 13:49:47 +01:00
committed by GitHub
parent 028cac4a72
commit 74bbe80f8a
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -7,11 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased # Unreleased
- **fixed:** Fix compile error in release mode ([#1517]) - None.
[#1517]: https://github.com/tokio-rs/axum/pull/1517 # 0.6.0-rc.4 (9. November, 2022)
# 0.6.0-rc.3 (8. November, 2022)
- **changed**: The inner error of a `JsonRejection` is now - **changed**: The inner error of a `JsonRejection` is now
`serde_path_to_error::Error<serde_json::Error>`. Previously it was `serde_path_to_error::Error<serde_json::Error>`. Previously it was
@@ -74,6 +72,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1487]: https://github.com/tokio-rs/axum/pull/1487 [#1487]: https://github.com/tokio-rs/axum/pull/1487
[#1496]: https://github.com/tokio-rs/axum/pull/1496 [#1496]: https://github.com/tokio-rs/axum/pull/1496
# 0.6.0-rc.3 (8. November, 2022)
Yanked, as it didn't compile in release mode.
# 0.6.0-rc.2 (10. September, 2022) # 0.6.0-rc.2 (10. September, 2022)
## Security ## Security
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "axum" name = "axum"
version = "0.6.0-rc.3" version = "0.6.0-rc.4"
categories = ["asynchronous", "network-programming", "web-programming::http-server"] categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity" description = "Web framework that focuses on ergonomics and modularity"
edition = "2021" edition = "2021"