From 3cd78e6bd64c5c9c62baabc9bba3e7489f518315 Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Mon, 10 Mar 2025 15:58:13 +0100 Subject: [PATCH] bump Rust to 1.85 --- .gitlab-ci.yml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daa0125..6d86d6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # WARNING: update `rust-toolchain.toml` as well -image: "rust:1.78" +image: "rust:1.85" stages: - fmt diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f8eeac8..e381a83 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] profile = "minimal" # WARNING: update `.gitlab-ci.yml` as well -channel = "1.78" +channel = "1.85" components = ["rustfmt", "clippy", "rust-analyzer"] -- GitLab