mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
Version 0.3.4 (#532)
- **change:** `box_body` has been renamed to `boxed`. `box_body` still exists but is deprecated.
This commit is contained in:
+7
-1
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.3.4 (13. November, 2021)
|
||||||
|
|
||||||
- **change:** `box_body` has been renamed to `boxed`. `box_body` still exists
|
- **change:** `box_body` has been renamed to `boxed`. `box_body` still exists
|
||||||
but is deprecated.
|
but is deprecated ([#530])
|
||||||
|
|
||||||
|
[#530]: https://github.com/tokio-rs/axum/pull/530
|
||||||
|
|
||||||
# 0.3.3 (13. November, 2021)
|
# 0.3.3 (13. November, 2021)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
authors = ["David Pedersen <[email protected]>"]
|
authors = ["David Pedersen <[email protected]>"]
|
||||||
categories = ["asynchronous", "network-programming", "web-programming"]
|
categories = ["asynchronous", "network-programming", "web-programming"]
|
||||||
description = "Web framework that focuses on ergonomics and modularity"
|
description = "Web framework that focuses on ergonomics and modularity"
|
||||||
|
|||||||
Reference in New Issue
Block a user