From 1fd3906a13c794acc092af8bf76dde5f0785c0ff Mon Sep 17 00:00:00 2001 From: rUv Date: Fri, 26 Dec 2025 19:21:12 +0000 Subject: [PATCH] fix(ci): update Rust version to stable for edition 2024 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/ruvector-postgres-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruvector-postgres-ci.yml b/.github/workflows/ruvector-postgres-ci.yml index c673fcbb5..aa26b5381 100644 --- a/.github/workflows/ruvector-postgres-ci.yml +++ b/.github/workflows/ruvector-postgres-ci.yml @@ -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: