fix(ci): update Rust version to stable for edition 2024 support

The anndists v0.1.3 crate requires Rust edition 2024, which is only
stable in Rust 1.92.0+. Update RUST_VERSION from '1.83' to 'stable'
to ensure compatibility.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rUv 2025-12-26 19:21:12 +00:00
parent f6446a58c3
commit 1fd3906a13

View file

@ -37,7 +37,7 @@ env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
PGRX_VERSION: '0.12.6'
RUST_VERSION: '1.83'
RUST_VERSION: 'stable'
# Concurrency control - cancel in-progress runs for same PR
concurrency: