Skip to content

Commit

Permalink
Merge pull request #198 from artichoke/actions/update-toolchain-version
Browse files Browse the repository at this point in the history
Update Rust toolchain from 1.75.0 to 1.76.0
  • Loading branch information
lopopolo authored Feb 21, 2024
2 parents 4e17871 + a115827 commit 554fd11
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
print(f"build_timestamp={build_timestamp}", file=f)
- name: Generate THIRDPARTY license listing
uses: artichoke/generate_third_party@v1.12.1
uses: artichoke/generate_third_party@v1.13.0
with:
artichoke_ref: ${{ steps.latest.outputs.commit }}
target_triple: ${{ matrix.target_triple }}
Expand Down
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.75.0'
RUST_VERSION = '1.76.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.75.0
ARG RUST_VERSION=1.76.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.75.0
ARG RUST_VERSION=1.76.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.75.0
ARG RUST_VERSION=1.76.0

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

0 comments on commit 554fd11

Please sign in to comment.