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:
rUv 2026-02-15 06:35:05 +00:00
parent 0e09266365
commit 99dd9ec900

View file

@ -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