Skip to content

Commit

Permalink
Merge pull request #203 from Muscraft/rust-1.79.0
Browse files Browse the repository at this point in the history
chore: Bump to rust version 1.79.0
  • Loading branch information
Muscraft authored Jun 13, 2024
2 parents f9f78b7 + 1580754 commit dc409ac
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.78.0
RUST_VERSION: 1.79.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.78.0
RUST_VERSION=1.79.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.78.0
RUST_VERSION=1.79.0

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
2 changes: 1 addition & 1 deletion 1.78.0/bookworm/Dockerfile → 1.79.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.78.0
RUST_VERSION=1.79.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.78.0
RUST_VERSION=1.79.0

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion 1.78.0/bullseye/Dockerfile → 1.79.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.78.0
RUST_VERSION=1.79.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.78.0
RUST_VERSION=1.79.0

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion 1.78.0/buster/Dockerfile → 1.79.0/buster/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.78.0
RUST_VERSION=1.79.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.78.0
RUST_VERSION=1.79.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.78.0"
stable_rust_version = "1.79.0"
supported_rust_versions = [stable_rust_version, "nightly"]
rustup_version = "1.27.0"

Expand Down

0 comments on commit dc409ac

Please sign in to comment.