Files
minne/rust-toolchain.toml
T
Per Stark 28e8ede478 release: 1.0.3
fix: load ort-version via bash script on all release runners, toolchain
harmonization
2026-06-12 12:42:40 +02:00

6 lines
151 B
TOML

[toolchain]
channel = "1.91.1"
components = ["rustfmt", "clippy"]
profile = "default"
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]