Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 5d23bc2

Browse files
authored
Merge pull request #283 from artichoke/actions/update-toolchain-version
Update Rust toolchain from 1.90.0 to 1.91.0
2 parents 5cd66e9 + 2045b80 commit 5d23bc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141

4242
Bundler::Audit::Task.new
4343

44-
RUST_VERSION = '1.90.0'
44+
RUST_VERSION = '1.91.0'
4545

4646
namespace :toolchain do
4747
desc 'Sync Rust toolchain to all sources'

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2020
ENV RUSTUP_HOME=/usr/local/rustup \
2121
CARGO_HOME=/usr/local/cargo \

debian/bookworm/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
ENV RUSTUP_HOME=/usr/local/rustup \
2525
CARGO_HOME=/usr/local/cargo \

ubuntu/noble/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
ENV RUSTUP_HOME=/usr/local/rustup \
2727
CARGO_HOME=/usr/local/cargo \

0 commit comments

Comments
 (0)