Pin the nightly version

Signed-off-by: Noah Knegt <git@noahkengt.com>
This commit is contained in:
Noah Knegt
2025-07-30 22:49:12 +02:00
parent 4bd1e3bc6a
commit 79dc441a5f

View File

@@ -1,5 +1,7 @@
[toolchain] [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 = [ targets = [
"x86_64-unknown-none" "x86_64-unknown-none"
] ]