mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
Merge branch 'v0.8.x' into jplatte/extra-v0.12.1
This commit is contained in:
Generated
+1
-1
@@ -369,7 +369,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "axum-extra"
|
||||
version = "0.10.3"
|
||||
version = "0.12.1"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"axum-core",
|
||||
|
||||
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog],
|
||||
and this project adheres to [Semantic Versioning].
|
||||
|
||||
# 0.12.1
|
||||
|
||||
This release contains no changes in code, only a small `Cargo.toml` fix for
|
||||
`docs.rs`.
|
||||
|
||||
# 0.12.0
|
||||
|
||||
- **breaking:** Remove unused `async-stream` feature, which was accidentally
|
||||
introduced as an implicit feature through an optional dependency which was no
|
||||
longer being used ([#3298])
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-extra"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.10.3"
|
||||
version = "0.12.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
Reference in New Issue
Block a user