mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Now, a nix-shell always has the latest rust stable version, compliant to our rust-toolchain.toml file.
5 lines
183 B
TOML
5 lines
183 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
# cargo, clippy, rustc, rust-docs, rustfmt, rust-std
|
|
profile = "default"
|
|
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]
|