From 5ac06244de617527248b71187accba56bbc7407c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dahlb=C3=A6k?= <30782351+dahlbaek@users.noreply.github.com> Date: Mon, 20 May 2024 00:58:53 +0200 Subject: [PATCH] Reduce rust-version to 1.71.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e77afcb..6774650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" repository = "https://github.com/fitzgen/bumpalo" version = "3.16.0" exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"] -rust-version = "1.73.0" +rust-version = "1.71.1" [package.metadata.docs.rs] all-features = true diff --git a/README.md b/README.md index b3756e0..b2aaa20 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ the unstable nightly`Allocator` API on stable Rust. This means that ### Minimum Supported Rust Version (MSRV) -This crate is guaranteed to compile on stable Rust **1.73** and up. It might +This crate is guaranteed to compile on stable Rust **1.71.1** and up. It might compile with older versions but that may change in any new patch release. We reserve the right to increment the MSRV on minor releases, however we will