mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Release axum 0.7 (#2354)
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.4.0 (27. November, 2023)
|
||||
|
||||
- **breaking:** `#[debug_handler]` no longer accepts a `body = _` argument. The
|
||||
body type is always `axum::body::Body` ([#1751])
|
||||
- **fixed:** Fix `rust-version` specific in Cargo.toml ([#2204])
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.3.7" # remember to also bump the version that axum and axum-extra depends on
|
||||
version = "0.4.0" # remember to also bump the version that axum and axum-extra depends on
|
||||
|
||||
[features]
|
||||
default = []
|
||||
@@ -30,8 +30,8 @@ syn = { version = "2.0", features = [
|
||||
] }
|
||||
|
||||
[dev-dependencies]
|
||||
axum = { path = "../axum", version = "0.6.0", features = ["macros"] }
|
||||
axum-extra = { path = "../axum-extra", version = "0.7.0", features = ["typed-routing", "cookie-private", "typed-header"] }
|
||||
axum = { path = "../axum", version = "0.7.0", features = ["macros"] }
|
||||
axum-extra = { path = "../axum-extra", version = "0.9.0", features = ["typed-routing", "cookie-private", "typed-header"] }
|
||||
rustversion = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user