Tags: block/ai-rules
Tags
Update Rust toolchain to 1.92.0 (#63) * Update Rust toolchain to 1.92.0 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> * Remove deprecated xargo config from Cross.toml 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> --------- Signed-off-by: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Jon Andersen <jon.andersen.se@gmail.com>