From 39c8fe75d7d60ce1a7472180b91e99fe7358e2e2 Mon Sep 17 00:00:00 2001
From: "a.stevan" <antoine.stevan@isae-supaero.fr>
Date: Wed, 20 Mar 2024 13:40:21 +0100
Subject: [PATCH 1/2] add a Rust toolchain file

---
 rust-toolchain.toml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 rust-toolchain.toml

diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 00000000..f20bfb3f
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,3 @@
+[toolchain]
+profile = "default"
+channel = "1.75"
-- 
GitLab


From e2e171f228348a8d4c9b8f06ab84a1dc8523c7d8 Mon Sep 17 00:00:00 2001
From: "a.stevan" <antoine.stevan@isae-supaero.fr>
Date: Wed, 20 Mar 2024 13:50:59 +0100
Subject: [PATCH 2/2] bump the rust toolchain in the CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df1871e5..a2b17c8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
   - test
 
 variables:
-  RUSTUP_CHANNEL: "1.72.1"
+  RUSTUP_CHANNEL: "1.75"
   NUSHELL_ARCH: "x86_64-unknown-linux-musl"
   NUSHELL_VERSION: "0.89.0"
 
-- 
GitLab