gupaxx/rust-toolchain.toml
Cyrix126 c8f8824230
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Audit / audit (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run
fix: update nightly and fix CI lockbud
2024-12-11 18:56:54 +01:00

4 lines
296 B
TOML

[toolchain]
channel = "nightly-2024-12-01"
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rust-src", "llvm-tools-preview", "rustc-codegen-cranelift-preview"]
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]