From bf3923acd05bff01e78bffcfa30b72c6e9bbcbca Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Wed, 30 Jul 2025 23:02:43 +0200 Subject: [PATCH] chore: Pin the nightly version (#5) Signed-off-by: Noah Knegt Co-authored-by: Noah Knegt Reviewed-on: https://git.noahknegt.com/noah.knegt/FerrOS/pulls/5 --- rust-toolchain.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 98a5f91..f60da9d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,7 @@ [toolchain] -channel = "nightly" +# The nightly version that was build on 24-07-2025 is the last known working version, +# the c-int-width definition for rust targets has changed from a string to a u16 +channel = "nightly-2025-07-24" targets = [ "x86_64-unknown-none" ]