Skip to content

Commit

Permalink
Merge pull request #182 from artichoke/lopopolo/rust-1.72.0
Browse files Browse the repository at this point in the history
Upgrade Rust toolchain to Rust 1.72.0
  • Loading branch information
lopopolo authored Sep 2, 2023
2 parents ee16784 + 1a8de65 commit 813eb6c
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.70.0'
RUST_VERSION = '1.72.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.70.0
ARG RUST_VERSION=1.72.0

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

# Rust setup
ARG RUST_VERSION=1.70.0
ARG RUST_VERSION=1.72.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.70.0
ARG RUST_VERSION=1.72.0

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

0 comments on commit 813eb6c

Please sign in to comment.