mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-20 14:08:51 +01:00
axum: Version 0.5.9 (#1108)
This commit is contained in:
parent
7f203b96e6
commit
fabb205a9e
2 changed files with 8 additions and 2 deletions
|
@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.5.9 (20. June, 2022)
|
||||||
|
|
||||||
- **fixed:** Fix compile error when the `headers` is enabled and the `form`
|
- **fixed:** Fix compile error when the `headers` is enabled and the `form`
|
||||||
feature is disabled
|
feature is disabled ([#1107])
|
||||||
|
|
||||||
|
[#1107]: https://github.com/tokio-rs/axum/pull/1107
|
||||||
|
|
||||||
# 0.5.8 (18. June, 2022)
|
# 0.5.8 (18. June, 2022)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.5.8"
|
version = "0.5.9"
|
||||||
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"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Reference in a new issue