This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242Bundler ::Audit ::Task . new
4343
44- RUST_VERSION = '1.90 .0'
44+ RUST_VERSION = '1.91 .0'
4545
4646namespace :toolchain do
4747 desc 'Sync Rust toolchain to all sources'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no
1515 && rm -rf /var/lib/apt/lists/*
1616
1717# Rust setup
18- ARG RUST_VERSION=1.90 .0
18+ ARG RUST_VERSION=1.91 .0
1919
2020ENV RUSTUP_HOME=/usr/local/rustup \
2121 CARGO_HOME=/usr/local/cargo \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
1919 && rm -rf /var/lib/apt/lists/*
2020
2121# Rust setup
22- ARG RUST_VERSION=1.90 .0
22+ ARG RUST_VERSION=1.91 .0
2323
2424ENV RUSTUP_HOME=/usr/local/rustup \
2525 CARGO_HOME=/usr/local/cargo \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no
2121# Rust setup
2222#
2323# https://github.com/rust-lang/docker-rust/blob/10f1b7cab43bde8b4d6299aa4d91a895a0e5388d/1.64.0/bullseye/slim/Dockerfile#L3-L37
24- ARG RUST_VERSION=1.90 .0
24+ ARG RUST_VERSION=1.91 .0
2525
2626ENV RUSTUP_HOME=/usr/local/rustup \
2727 CARGO_HOME=/usr/local/cargo \
You can’t perform that action at this time.
0 commit comments