Skip to content

Commit

Permalink
Merge pull request #200 from Muscraft/rust-1.78.0
Browse files Browse the repository at this point in the history
chore: Bump to rust version 1.78.0
  • Loading branch information
Muscraft authored May 2, 2024
2 parents 06a886d + cc31986 commit b982752
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.77.2
RUST_VERSION: 1.78.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.77.2
RUST_VERSION=1.78.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.77.2
RUST_VERSION=1.78.0

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

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

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

Expand Down

0 comments on commit b982752

Please sign in to comment.