chore(msrv): bump MSRV from 1.70 to 1.76

This commit is contained in:
Rolo 2024-11-22 01:12:34 -08:00
parent dc941d6d24
commit f07c1cc9f5
2 changed files with 2 additions and 2 deletions

View file

@ -51,4 +51,4 @@ categories = ["editor"]
repository = "https://github.com/helix-editor/helix" repository = "https://github.com/helix-editor/helix"
homepage = "https://helix-editor.com" homepage = "https://helix-editor.com"
license = "MPL-2.0" license = "MPL-2.0"
rust-version = "1.70" rust-version = "1.76"

View file

@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "1.74.0" channel = "1.76.0"
components = ["rustfmt", "rust-src", "clippy"] components = ["rustfmt", "rust-src", "clippy"]