Skip to content

Conversation

@jonandersen
Copy link
Collaborator

Summary

Updates the Rust toolchain from 1.90.0 to 1.92.0 to resolve compatibility issues with modern Rust packages like cross which require rustc 1.92.0 or newer. This does NOT change any application code or functionality.

How Tested

  • Verified rustc version after update: rustc 1.92.0
  • Confirmed toolchain file is properly configured
  • Build and existing tests should pass with new version

Links

  • Rust maintains backward compatibility for stable releases

🤖 Generated with Claude Code

The project was pinned to Rust 1.90.0, which prevented installation
of the cross package that requires rustc 1.92.0 or newer. This
updates the toolchain to 1.92.0 to ensure compatibility with modern
Rust packages and tools.

This is safe because Rust maintains strong backward compatibility
guarantees for stable releases.

Signed-off-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Jon Andersen <jon.andersen.se@gmail.com>
The cross 0.2.5 tool treats unused configuration keys as errors.
The build.xargo setting is no longer needed and was causing the
artifacts workflow to fail during cross compilation.

Signed-off-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Jon Andersen <jon.andersen.se@gmail.com>
@lifeizhou-ap
Copy link
Collaborator

I've tested the generated binaries. looks good!

@lifeizhou-ap lifeizhou-ap merged commit b5c684a into main Jan 8, 2026
10 of 18 checks passed
@lifeizhou-ap lifeizhou-ap deleted the update-rust-toolchain-1.92.0 branch January 8, 2026 21:29
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.

3 participants