From 9f68ed77123a4838305fe6344f52e13545bc77b2 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 4 May 2022 17:08:12 -0400 Subject: [PATCH] Update changelog to include msrv (#550) --- CHANGELOG.md | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a77a86e..b86306ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 0.2.7 (April 28, 2022) +* MSRV bumped to `1.49`. * Add `extend()` method to `Extensions`. * Add `From` and `From` impls for `Uri`. * Make `HeaderName::from_static` a `const fn`. diff --git a/README.md b/README.md index 3f26c7ce..2ae8d56c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ fn main() { } ``` +# Supported Rust Versions + +This project follows the [Tokio MSRV][msrv] and is currently set to `1.49`. + +[msrv]: https://github.com/tokio-rs/tokio/#supported-rust-versions + # License Licensed under either of