fix: require Rust 1.88+ in Dockerfiles (home, time crates MSRV)
Author: Aaron Steven White
Commit
a7258f9a2c7f9fd66d3011873c982e3a915f49a4Parent: cd4eaca9ef
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan2 files changed +2 -2
@@ -1,5 +1,5 @@
11 # Stage 1: Build 2-FROM rust:1.85-bookworm AS builder 2+FROM rust:1.88-bookworm AS builder 33 44 RUN apt-get update && apt-get install -y cmake g++ pkg-config libssl-dev && rm -rf /var/lib/apt/lists/* 55
@@ -1,5 +1,5 @@
11 # Stage 1: Build 2-FROM rust:1.85-bookworm AS builder 2+FROM rust:1.88-bookworm AS builder 33 44 # Install build dependencies for tree-sitter grammars (C/C++ compilers) 55 RUN apt-get update && apt-get install -y cmake g++ pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*