mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Release axum-core v0.5.6
This commit is contained in:
Generated
+1
-1
@@ -158,7 +158,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-core"
|
name = "axum-core"
|
||||||
version = "0.5.5"
|
version = "0.5.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-extra",
|
"axum-extra",
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
# 0.5.6
|
||||||
|
|
||||||
|
Improve error messages with `#[diagnostic::do_not_recommend]`.
|
||||||
|
|
||||||
# 0.5.5
|
# 0.5.5
|
||||||
|
|
||||||
Released without changes to fix docs.rs build.
|
Released without changes to fix docs.rs build.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ license = "MIT"
|
|||||||
name = "axum-core"
|
name = "axum-core"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.5.5" # remember to bump the version that axum and axum-extra depend on
|
version = "0.5.6" # remember to bump the version that axum and axum-extra depend on
|
||||||
|
|
||||||
[package.metadata.cargo_check_external_types]
|
[package.metadata.cargo_check_external_types]
|
||||||
allowed_external_types = [
|
allowed_external_types = [
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ with-rejection = ["dep:axum"]
|
|||||||
__private_docs = ["axum/json", "axum/query", "dep:serde", "dep:tower"]
|
__private_docs = ["axum/json", "axum/query", "dep:serde", "dep:tower"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum-core = { path = "../axum-core", version = "0.5.5" }
|
axum-core = { path = "../axum-core", version = "0.5.6" }
|
||||||
bytes = "1.1.0"
|
bytes = "1.1.0"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
|
|||||||
+1
-1
@@ -92,7 +92,7 @@ __private_docs = [
|
|||||||
__private = ["tokio", "http1", "dep:reqwest"]
|
__private = ["tokio", "http1", "dep:reqwest"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum-core = { path = "../axum-core", version = "0.5.5" }
|
axum-core = { path = "../axum-core", version = "0.5.6" }
|
||||||
bytes = "1.7"
|
bytes = "1.7"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user