From f07c1cc9f56ef225aaecc993282abd6fffa2e178 Mon Sep 17 00:00:00 2001 From: Rolo Date: Fri, 22 Nov 2024 01:12:34 -0800 Subject: [PATCH] chore(msrv): bump MSRV from 1.70 to 1.76 --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b690267d9..753be4b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,4 +51,4 @@ categories = ["editor"] repository = "https://github.com/helix-editor/helix" homepage = "https://helix-editor.com" license = "MPL-2.0" -rust-version = "1.70" +rust-version = "1.76" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7c7cb7f41..70e85c40b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.74.0" +channel = "1.76.0" components = ["rustfmt", "rust-src", "clippy"]