mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
New release candidates (#1514)
* New release candidates * Update axum/Cargo.toml Co-authored-by: Jonas Platte <[email protected]> Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
co-authored by
Jonas Platte
parent
9c804d506e
commit
e39d053d2f
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.3.0-rc.2 (8. November, 2022)
|
||||
|
||||
- **added:** Add `#[derive(FromRef)]` ([#1430])
|
||||
|
||||
[#1430]: https://github.com/tokio-rs/axum/pull/1430
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.3.0-rc.1" # remember to also bump the version that axum and axum-extra depends on
|
||||
version = "0.3.0-rc.2" # remember to also bump the version that axum and axum-extra depends on
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
Reference in New Issue
Block a user