mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Release axum, axum-extra, axum-macros (#1875)
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.3.7 (22. March, 2023)
|
||||
|
||||
- **change:** Update to syn 2.0 ([#1862])
|
||||
- **fixed:** Give better error if generics are used with `#[derive(FromRef)]` ([#1874])
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.3.6" # remember to also bump the version that axum and axum-extra depends on
|
||||
version = "0.3.7" # remember to also bump the version that axum and axum-extra depends on
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user