Files
coop/rust-toolchain.toml
reya e327178161
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m14s
chore: fix some performance issues (#6)
Reviewed-on: #6
2026-02-14 02:01:49 +00:00

12 lines
246 B
TOML

[toolchain]
channel = "1.92"
profile = "minimal"
components = ["rustfmt", "clippy"]
targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"aarch64-pc-windows-msvc",
]