This website requires JavaScript.
Explore
Help
Register
Sign In
valknar
/
llmx
Watch
1
Star
0
Fork
0
You've already forked llmx
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6c36318bd8f6286f907bc0a3bb2604e761360cb0
llmx
/
codex-rs
/
rust-toolchain.toml
4 lines
78 B
TOML
Raw
Normal View
History
Unescape
Escape
chore: auto format code on save and add more details to AGENTS.md (#1582) Adds a default vscode config with generally applicable settings. Adds more entrypoints to justfile both for environment setup and to help agents better verify changes.
2025-07-17 11:40:00 -07:00
[
toolchain
]
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
channel
=
"1.90.0"
components
=
[
"clippy"
,
"rustfmt"
,
"rust-src"
]
Reference in New Issue
Copy Permalink