mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Version 0.2.7 (#371)
- Bump minimum version of async-trait ([#370]) [#370]: https://github.com/tokio-rs/axum/pull/370
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- None
|
||||
|
||||
# 0.2.7 (06. October, 2021)
|
||||
|
||||
- Bump minimum version of async-trait ([#370])
|
||||
|
||||
[#370]: https://github.com/tokio-rs/axum/pull/370
|
||||
|
||||
# 0.2.6 (02. October, 2021)
|
||||
|
||||
- Clarify that `handler::any` and `service::any` only accepts standard HTTP
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "axum"
|
||||
version = "0.2.6"
|
||||
version = "0.2.7"
|
||||
authors = ["David Pedersen <[email protected]>"]
|
||||
categories = ["asynchronous", "network-programming", "web-programming"]
|
||||
description = "Web framework that focuses on ergonomics and modularity"
|
||||
|
||||
Reference in New Issue
Block a user