mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Bump version of all crates (#1310)
* Bump version of all crates * use the right versions inside the workspace
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.0-rc.1 (23. August, 2022)
|
||||
|
||||
- **change:** axum-macro's MSRV is now 1.60 ([#1239])
|
||||
- **added:** Support using a different rejection for `#[derive(FromRequest)]`
|
||||
with `#[from_request(rejection(MyRejection))]` ([#1256])
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.2.3" # remember to also bump the version that axum and axum-extra depends on
|
||||
version = "0.3.0-rc.1" # remember to also bump the version that axum and axum-extra depends on
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
@@ -25,8 +25,8 @@ syn = { version = "1.0", features = [
|
||||
] }
|
||||
|
||||
[dev-dependencies]
|
||||
axum = { path = "../axum", version = "0.5", features = ["headers"] }
|
||||
axum-extra = { path = "../axum-extra", version = "0.3", features = ["typed-routing"] }
|
||||
axum = { path = "../axum", version = "0.6.0-rc.1", features = ["headers"] }
|
||||
axum-extra = { path = "../axum-extra", version = "0.4.0-rc.1", features = ["typed-routing"] }
|
||||
rustversion = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user