Files
modeling-app/rust/rust-toolchain.toml
49fl 62bf7d8715 Pin Rust to 1.85 to fix CI (#5606)
* Make Rust 1.85 the default

* Less specific Rust ver

* Pin Rust 1.85 to -clippy and -fmt

* Pin Rust version

* Use Rust 1.85 in package.json
2025-03-03 09:57:31 -08:00

4 lines
64 B
TOML

[toolchain]
channel = "1.85"
components = ["clippy", "rustfmt"]