Skip to content

Commit

Permalink
Bump to rust version 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rminami committed Jul 25, 2024
1 parent 1a07514 commit 7932cc8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
env:
#RUST_VERSION
RUST_VERSION: 1.79.0
RUST_VERSION: 1.80.0
#RUST_VERSION
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.79.0
RUST_VERSION=1.80.0

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.79.0
RUST_VERSION=1.80.0

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
2 changes: 1 addition & 1 deletion 1.79.0/bookworm/Dockerfile → 1.80.0/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.79.0
RUST_VERSION=1.80.0

RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.79.0
RUST_VERSION=1.80.0

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion 1.79.0/bullseye/Dockerfile → 1.80.0/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.79.0
RUST_VERSION=1.80.0

RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.79.0
RUST_VERSION=1.80.0

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion x.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import subprocess
import sys

stable_rust_version = "1.79.0"
stable_rust_version = "1.80.0"
supported_rust_versions = [stable_rust_version, "nightly"]
rustup_version = "1.27.1"

Expand Down

0 comments on commit 7932cc8

Please sign in to comment.