Description
Upgrade all remaining Stackable crates/projects to Rust edition 2024. Some repos (operator-rs and a few small crates) are already on 2024.
https://github.com/search?q=org%3Astackabletech+%22edition+%3D+%5C%222024%5C%22%22&type=code
Tasks
PRs
Acceptance Criteria
- All Stackable crates use
edition = "2024" in their Cargo.toml
- CI passes
Expected effort: 1-2 days total across all repos. If a specific repo turns out to be a rabbit hole, open a separate issue for it and move on.
Out of scope: any actual code refactoring beyond what's needed for edition compatibility
Description
Upgrade all remaining Stackable crates/projects to Rust edition 2024. Some repos (
operator-rsand a few small crates) are already on 2024.https://github.com/search?q=org%3Astackabletech+%22edition+%3D+%5C%222024%5C%22%22&type=code
Tasks
PRs
Acceptance Criteria
edition = "2024"in theirCargo.tomlExpected effort: 1-2 days total across all repos. If a specific repo turns out to be a rabbit hole, open a separate issue for it and move on.
Out of scope: any actual code refactoring beyond what's needed for edition compatibility