Skip to content

Migrate workspace to Rust 2024 edition#7

Merged
lthiery merged 1 commit into
mainfrom
rust-2024
Jul 7, 2026
Merged

Migrate workspace to Rust 2024 edition#7
lthiery merged 1 commit into
mainfrom
rust-2024

Conversation

@lthiery

@lthiery lthiery commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Follow-up to #6 (this commit was pushed to fix-ci a minute after that PR was squash-merged, so it never made it into a PR).

  • edition = "2021""2024" in all three crates; bytescale rust-version 1.65 → 1.85 (edition 2024 minimum)
  • Import reordering per the 2024 style edition (rustfmt)
  • No code changes required. cargo fix --edition conservatively suggested expr_2021 macro fragments in the bytescale test macros; kept plain expr since they only ever match ordinary expressions.

Full CI suite (fmt, sort, clippy --all-targets -Dclippy::all, tests --all-features, no_std check) passes locally on the new edition.

- edition 2021 -> 2024 in all three crates; bytescale rust-version
  1.65 -> 1.85 (edition 2024 minimum)
- import reordering per the 2024 style edition (rustfmt)
- no code changes required; cargo fix --edition suggested expr_2021
  macro fragments in test macros, kept plain expr since they only
  match ordinary expressions
@lthiery lthiery merged commit e390855 into main Jul 7, 2026
1 check passed
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.

1 participant