mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
chore: release
This commit is contained in:
@@ -120,6 +120,12 @@ Released without changes to fix docs.rs build.
|
||||
|
||||
# 0.10.0
|
||||
|
||||
## [0.12.7](https://github.com/tokio-rs/axum/compare/axum-extra-v0.12.6...axum-extra-v0.12.7) - 2026-05-05
|
||||
|
||||
### Other
|
||||
|
||||
- updated the following local packages: axum-core, axum-macros, axum
|
||||
|
||||
## since rc.1
|
||||
|
||||
<details>
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-extra"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.12.6"
|
||||
version = "0.12.7"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@@ -111,8 +111,8 @@ tower-layer = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
axum = { path = "../axum", version = "0.8.9", default-features = false, optional = true }
|
||||
axum-macros = { path = "../axum-macros", version = "0.5.1", optional = true }
|
||||
axum = { path = "../axum", version = "0.8.10", default-features = false, optional = true }
|
||||
axum-macros = { path = "../axum-macros", version = "0.5.2", optional = true }
|
||||
cookie = { package = "cookie", version = "0.18.0", features = ["percent-encode"], optional = true }
|
||||
fastrand = { version = "2.1.0", optional = true }
|
||||
form_urlencoded = { version = "1.1.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user