mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
fix: bump Docker Rust version to 1.85 for edition2024 support
wit-bindgen 0.51.0 requires edition2024 which was stabilized in Rust 1.85. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
ea4ba1c307
commit
f7345eef9e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Note: PostgreSQL 18 requires pgrx 0.15.0+ (planned for future release)
|
||||
|
||||
ARG PG_VERSION=17
|
||||
ARG RUST_VERSION=1.83
|
||||
ARG RUST_VERSION=1.85
|
||||
|
||||
# ============================================================================
|
||||
# Stage 1: Base Builder with Rust and PostgreSQL dev dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue