mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
axum: Version 0.5.14 (#1193)
Backports these PRs to 0.5.x - #1192 - #1185 - #1178 - #1171
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.5.14 (25. July, 2022)
|
||||
|
||||
- **fixed:** Don't expose internal type names in `QueryRejection` response. ([#1171])
|
||||
- **fixed:** Improve performance of JSON serialization ([#1178])
|
||||
- **fixed:** Improve build times by generating less IR ([#1192])
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "axum"
|
||||
version = "0.5.13"
|
||||
version = "0.5.14"
|
||||
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
|
||||
description = "Web framework that focuses on ergonomics and modularity"
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user