mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-06-08 17:17:36 +00:00
b65cac29bf
Now, a nix-shell always has the latest rust stable version, compliant to our rust-toolchain.toml file.
6 lines
183 B
TOML
6 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"]
|