Use Rust 1.95 in CI
Facet requires >= 1.90
change qlkprlnsupnzvlkprpvqxwkqwvkspsqy
commit f38f0018bc65655117f41c2179097aa4343c1bb0
author Alpha Chen <alpha@kejadlen.dev>
date
parent 40f2034e
diff --git a/Dockerfile b/Dockerfile
index c5e3e32..0a165f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ RUN curl -fsSL https://github.com/git/git/archive/refs/tags/v${GIT_VERSION}.tar.
     && make prefix=/usr/local install
 
 # Cargo-chef stage for dependency caching.
-FROM rust:1.88-trixie AS chef
+FROM rust:1.95-trixie AS chef
 RUN --mount=type=cache,target=/usr/local/cargo/registry \
     --mount=type=cache,target=/usr/local/cargo/git/db \
     cargo install --locked cargo-chef