Support nightly 2026-05-24

This commit is contained in:
Jeremy Soller
2026-05-25 17:41:48 -06:00
parent f70905d439
commit d254309fdb
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -37,6 +37,7 @@ $(BUILD)/kernel.all: $(LD_SCRIPT) $(LOCKFILE) $(MANIFEST) $(TARGET_SPEC) $(shell
--target "$(TARGET_SPEC)" \
--release \
-Z build-std=core,alloc -Zbuild-std-features=compiler-builtins-mem \
-Z json-target-spec \
--features=$(KERNEL_CARGO_FEATURES) \
-- \
-C link-arg=-T -Clink-arg="$(LD_SCRIPT)" \
@@ -63,4 +64,5 @@ check:
--manifest-path "$(MANIFEST)" \
--target "$(TARGET_SPEC)" \
-Z build-std=core,alloc -Zbuild-std-features=compiler-builtins-mem \
-Z json-target-spec \
--features=$(KERNEL_CHECK_FEATURES)
+1 -1
View File
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2025-10-03"
channel = "nightly-2026-05-24"
components = ["rust-src"]