Unnamed repository; edit this file 'description' to name the repository.
chore(msrv): bump MSRV from 1.70 to 1.76
Rolo 2024-11-22
parent dc941d6 · commit f07c1cc
-rw-r--r--Cargo.toml2
-rw-r--r--rust-toolchain.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b690267d..753be4b4 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 7c7cb7f4..70e85c40 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"]