Skip to content

Update Rust version to 1.85 for edition 2024 support#33

Merged
nichmor merged 2 commits into
mainfrom
fix/update-rust-version-for-edition-2024
Jan 14, 2026
Merged

Update Rust version to 1.85 for edition 2024 support#33
nichmor merged 2 commits into
mainfrom
fix/update-rust-version-for-edition-2024

Conversation

@nichmor
Copy link
Copy Markdown
Owner

@nichmor nichmor commented Jan 14, 2026

Summary

  • Updates Rust version from 1.81 to 1.85 in pixi.toml
  • Required because scroll_derive 0.13.1 (dependency of scroll 0.13.0) uses Rust edition 2024
  • Edition 2024 was stabilized in Rust 1.85

Context

This unblocks PR #29 which updates dependencies including scroll to 0.13.0. The CI was failing with:

error: failed to parse manifest at `scroll_derive-0.13.1/Cargo.toml`
Caused by:
  feature `edition2024` is required
  The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.81.0)

Test plan

🤖 Generated with Claude Code

nichmor and others added 2 commits January 14, 2026 11:28
The scroll_derive 0.13.1 crate requires Rust edition 2024, which was
stabilized in Rust 1.85. This update is needed for PR #29's dependency
updates to work.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@nichmor nichmor merged commit c8f1db3 into main Jan 14, 2026
7 checks 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