From d660cca8a9903bb119b38153b3ac085cc151c92b Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Thu, 26 Dec 2024 21:30:16 +0200 Subject: [PATCH] Bump MSRV to 1.74 released over a year ago --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4941340e35..16bbc52210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ - Support 'statically linked binary' for aarch64 in 'Release' page, see #2992 (@tzq0301) - Update options in shell completions and the man page of `bat`, see #2995 (@akinomyoga) - Update nix dev-dependency to v0.29.0, see #3112 (@decathorpe) +- Bump MSRV to [1.74](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html), see #3154 (@keith-hall) ## Syntaxes diff --git a/Cargo.toml b/Cargo.toml index 2acf306324..6a17216a76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ version = "0.24.0" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build/main.rs" edition = '2021' -rust-version = "1.70" +rust-version = "1.74" [features] default = ["application"]