mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 07:20:38 +00:00
axum-macros: Version 0.2.0
This commit is contained in:
parent
cf12b3aa0f
commit
f69d2dbf40
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.2.0 (31. March, 2022)
|
||||||
|
|
||||||
- **breaking:** Routes are now required to start with `/`. Previously empty routes or routes such
|
- **breaking:** Routes are now required to start with `/`. Previously empty routes or routes such
|
||||||
as `:foo` would be accepted but most likely result in bugs ([#823])
|
as `:foo` would be accepted but most likely result in bugs ([#823])
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
name = "axum-macros"
|
name = "axum-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.1.2"
|
version = "0.2.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
@ -20,7 +20,7 @@ quote = "1.0"
|
|||||||
syn = { version = "1.0", features = ["full"] }
|
syn = { version = "1.0", features = ["full"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
axum = { path = "../axum", version = "0.4", features = ["headers"] }
|
axum = { path = "../axum", version = "0.5", features = ["headers"] }
|
||||||
axum-extra = { path = "../axum-extra", version = "0.1", features = ["typed-routing"] }
|
axum-extra = { path = "../axum-extra", version = "0.1", features = ["typed-routing"] }
|
||||||
rustversion = "1.0"
|
rustversion = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user