mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 04:27:11 +00:00
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:
parent
f6446a58c3
commit
1fd3906a13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruvector-postgres-ci.yml
vendored
2
.github/workflows/ruvector-postgres-ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue