Unnamed repository; edit this file 'description' to name the repository.
chore(msrv): bump from 1.87 to 1.90 (#15537)
RoloEdits 3 months ago
parent e7bf405 · commit 1b2efeb
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--Cargo.toml2
-rw-r--r--rust-toolchain.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7e4ef5f9..2c4b3fca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
- cron: "00 01 * * *"
env:
- MSRV: "1.87"
+ MSRV: "1.90"
# This key can be changed to bust the cache of tree-sitter grammars.
GRAMMAR_CACHE_VERSION: ""
diff --git a/Cargo.toml b/Cargo.toml
index bf546efd..1ee15982 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,4 +66,4 @@ categories = ["editor"]
repository = "https://github.com/helix-editor/helix"
homepage = "https://helix-editor.com"
license = "MPL-2.0"
-rust-version = "1.87"
+rust-version = "1.90"
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 00ca8bbb..13a1416e 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.87.0"
+channel = "1.90.0"
components = ["rustfmt", "rust-src", "clippy"]