gupaxx/rust-toolchain.toml
Cyrix126 535fbf9a17 feat: release 1.1.1
merge from upstream, fix windows instability, bump deps, minor code
cleanup

fix CI macos
2024-05-20 14:52:12 +02:00

4 lines
227 B
TOML

[toolchain]
channel = "nightly-2024-04-08"
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"]