Skip to content

Commit

Permalink
Merge pull request #192 from jsirois/rust-1.77.1
Browse files Browse the repository at this point in the history
chore: Bump to rust version 1.77.1
  • Loading branch information
Muscraft authored Apr 1, 2024
2 parents 8518003 + 714d8bd commit 1b16b54
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.0
RUST_VERSION: 1.77.1
#RUST_VERSION
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.0
RUST_VERSION=1.77.1

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.0
RUST_VERSION=1.77.1

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
2 changes: 1 addition & 1 deletion 1.77.0/bookworm/Dockerfile → 1.77.1/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:bookworm
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1

RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion 1.77.0/bullseye/Dockerfile → 1.77.1/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:bullseye
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1

RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion 1.77.0/buster/Dockerfile → 1.77.1/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:buster
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1

RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:buster-slim
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.77.0
RUST_VERSION=1.77.1

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.0"
stable_rust_version = "1.77.1"
supported_rust_versions = [stable_rust_version, "nightly"]
rustup_version = "1.27.0"

Expand Down

0 comments on commit 1b16b54

Please sign in to comment.