Skip to content

Commit 914a35a

Browse files
committed
Release axum-extra 0.12.0
1 parent e20e90d commit 914a35a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axum-extra/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
# 0.12.0
9+
810
- **breaking:** Remove unused `async-stream` feature, which was accidentally
911
introduced as an implicit feature through an optional dependency which was no
1012
longer being used ([#3298])

axum-extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "axum-extra"
1010
readme = "README.md"
1111
repository = "https://github.com/tokio-rs/axum"
12-
version = "0.10.3"
12+
version = "0.12.0"
1313

1414
[features]
1515
default = ["tracing"]

0 commit comments

Comments
 (0)