Skip to content

[codex] Upgrade workspace to Rust 2024 edition - #693

Merged
ndizazzo merged 1 commit into
mainfrom
codex/rust-2024-edition
May 26, 2026
Merged

[codex] Upgrade workspace to Rust 2024 edition#693
ndizazzo merged 1 commit into
mainfrom
codex/rust-2024-edition

Conversation

@i386

@i386 i386 commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Upgrades the Rust workspace to edition 2024 so all crates build against the latest stable Rust edition.

What changed

  • Set the workspace package edition and explicit crate editions to 2024.
  • Ran cargo fix --edition --workspace --all-targets --allow-dirty to apply Rust 2024 compatibility rewrites across the workspace.
  • Formatted the resulting code.

Compatibility

This is a source-edition migration only. It does not intentionally change mesh wire formats, plugin protocol fields, or Skippy ABI constants.

Validation

  • cargo fmt --all -- --check
  • cargo check --workspace --all-targets
  • just build
  • cargo test -p mesh-llm-host-runtime --lib (1614 passed; 0 failed; 6 ignored)

@i386
i386 marked this pull request as ready for review May 26, 2026 11:10
@ndizazzo
ndizazzo merged commit 1500ea9 into main May 26, 2026
@ndizazzo
ndizazzo deleted the codex/rust-2024-edition branch May 26, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants