mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
0.3.0 is out!
This commit is contained in:
@@ -25,10 +25,6 @@ applications written using [`hyper`] or [`tonic`].
|
|||||||
|
|
||||||
## Usage example
|
## 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
|
```rust
|
||||||
use axum::{
|
use axum::{
|
||||||
routing::{get, post},
|
routing::{get, post},
|
||||||
@@ -111,7 +107,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
|
|||||||
|
|
||||||
## Minimum supported Rust version
|
## 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
|
## Examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user