Files
llmx/codex-rs/rust-toolchain.toml
Michael Bolin 639a6fd2f3 chore: upgrade to Rust 1.90 (#4124)
Inspired by Dependabot's attempt to do this:
https://github.com/openai/codex/pull/4029

The new version of Clippy found some unused structs that are removed in
this PR.

Though nothing stood out to me in the Release Notes in terms of things
we should start to take advantage of:
https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/.
2025-09-24 08:32:00 -07:00

4 lines
78 B
TOML

[toolchain]
channel = "1.90.0"
components = ["clippy", "rustfmt", "rust-src"]