Skip to content

Commit

Permalink
Sync the toolchain to the latest Rust upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
b-n authored and github-actions[bot] committed Nov 29, 2024
1 parent 67203df commit 1e6da85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace :release do
end
end

RUST_VERSION = '1.82.0'
RUST_VERSION = '1.83.0'

namespace :toolchain do
desc 'Sync Rust toolchain to all sources'
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no
&& rm -rf /var/lib/apt/lists/*

# Rust setup
ARG RUST_VERSION=1.82.0
ARG RUST_VERSION=1.83.0

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down
2 changes: 1 addition & 1 deletion debian/bookworm/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& rm -rf /var/lib/apt/lists/*

# Rust setup
ARG RUST_VERSION=1.82.0
ARG RUST_VERSION=1.83.0

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no
# Rust setup
#
# https://github.com/rust-lang/docker-rust/blob/10f1b7cab43bde8b4d6299aa4d91a895a0e5388d/1.64.0/bullseye/slim/Dockerfile#L3-L37
ARG RUST_VERSION=1.82.0
ARG RUST_VERSION=1.83.0

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down

0 comments on commit 1e6da85

Please sign in to comment.