Release axum, axum-core, and axum-debug (#591)

This commit is contained in:
David Pedersen
2021-12-06 10:30:09 +01:00
committed by GitHub
parent dfb06e721c
commit 8e1341d1f6
7 changed files with 16 additions and 4 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- None.
# 0.3.1 (06. December 2021)
- Fix `Result<impl IntoResponse, Error>` generating invalid code ([#588])
[#588]: https://github.com/tokio-rs/axum/pull/588
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-debug"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.3.0"
version = "0.3.1"
[lib]
proc-macro = true