This website requires JavaScript.
Explore
Help
Sign in
core
/
core-agent-ide
Watch
8
Star
0
Fork
You've already forked core-agent-ide
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fb0aaf94de
core-agent-ide
/
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
]
Upgrade to rust 1.93 (#10080) I needed to upgrade bazel one to get gnullvm artifacts and then noticed monorepo had drifted forward. They should move in lockstep. Also 1.93 already shipped so we can try that instead.
2026-01-28 12:46:18 -05:00
channel
=
"1.93.0"
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
components
=
[
"clippy"
,
"rustfmt"
,
"rust-src"
]
Reference in a new issue
Copy permalink