fix: assets
Some checks failed
Build / lint (push) Successful in 5m26s
Lint / lint (push) Failing after 5m10s

This commit is contained in:
2025-06-02 17:52:11 +09:00
parent 20c780e025
commit f41d7f169d
4 changed files with 13 additions and 16 deletions

View File

@@ -3,3 +3,10 @@ target = "x86_64-unknown-uefi"
[target.x86_64-unknown-uefi]
runner = "bootuefi"
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[toolchain]
channel = "nightly"