mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
0.3.0 is out!
This commit is contained in:
parent
35dba50b32
commit
baefa47634
1 changed files with 1 additions and 5 deletions
|
@ -25,10 +25,6 @@ applications written using [`hyper`] or [`tonic`].
|
|||
|
||||
## Usage example
|
||||
|
||||
Note this example uses `main` which contains breaking changes. See the
|
||||
[v0.2.x](https://github.com/tokio-rs/axum/tree/v0.2.x) branch for an example
|
||||
using 0.2.
|
||||
|
||||
```rust
|
||||
use axum::{
|
||||
routing::{get, post},
|
||||
|
@ -111,7 +107,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
|
|||
|
||||
## Minimum supported Rust version
|
||||
|
||||
axum 0.2's MSRV is 1.51. axum 0.3's (still work-in-progress) MSRV will be 1.54.
|
||||
axum MSRV is 1.54.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue