From f8597ceb3600807a902fa9692fb43c49e7b63b27 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 20 Feb 2024 12:02:12 -0800 Subject: [PATCH] Fix MSRV in `Cargo.toml`; bump to version 3.15.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c827d..710839f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,17 @@ Released YYYY-MM-DD. -------------------------------------------------------------------------------- +## 3.15.1 + +Released 2024-02-20. + +### Fixed + +* Fixed the MSRV listed in `Cargo.toml`, whose update was forgotten when the + MSRV bumped in release 3.15.0. + +-------------------------------------------------------------------------------- + ## 3.15.0 Released 2024-02-15. diff --git a/Cargo.toml b/Cargo.toml index 500d849..86ad025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,9 @@ license = "MIT OR Apache-2.0" name = "bumpalo" readme = "README.md" repository = "https://github.com/fitzgen/bumpalo" -version = "3.15.0" +version = "3.15.1" exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"] -rust-version = "1.65.0" +rust-version = "1.73.0" [package.metadata.docs.rs] all-features = true