From baefa47634697d8ff20d8df6c3b29ccbdb789e25 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 2 Nov 2021 18:41:29 +0100 Subject: [PATCH] 0.3.0 is out! --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 340a9839..4a3b0b2a 100644 --- a/README.md +++ b/README.md @@ -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