From e7a2c244d959a1ac886edf5b61272d3042194cf7 Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Thu, 12 Sep 2024 10:01:21 +0200 Subject: [PATCH] bump rust to 1.78 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a6c0bd22..ca7437e6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] profile = "minimal" -channel = "1.75" +channel = "1.78" components = ["rustfmt", "clippy"] -- GitLab