gupaxx/rust-toolchain.toml
Cyrix126 9186977c50
Some checks are pending
Audit / audit (push) Waiting to run
CI / ci (macos-latest) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (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 (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
feat: bump non breaking deps
2024-07-25 08:40:37 +02:00

4 lines
227 B
TOML

[toolchain]
channel = "nightly-2024-07-24"
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer"]
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]