From cc31986e1dfe94671c639231ecf0503942c121d9 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 2 May 2024 06:45:44 -0600 Subject: [PATCH] chore: Bump to rust version 1.78.0 --- .github/workflows/ci.yml | 2 +- {1.77.2 => 1.78.0}/alpine3.18/Dockerfile | 2 +- {1.77.2 => 1.78.0}/alpine3.19/Dockerfile | 2 +- {1.77.2 => 1.78.0}/bookworm/Dockerfile | 2 +- {1.77.2 => 1.78.0}/bookworm/slim/Dockerfile | 2 +- {1.77.2 => 1.78.0}/bullseye/Dockerfile | 2 +- {1.77.2 => 1.78.0}/bullseye/slim/Dockerfile | 2 +- {1.77.2 => 1.78.0}/buster/Dockerfile | 2 +- {1.77.2 => 1.78.0}/buster/slim/Dockerfile | 2 +- x.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) rename {1.77.2 => 1.78.0}/alpine3.18/Dockerfile (97%) rename {1.77.2 => 1.78.0}/alpine3.19/Dockerfile (97%) rename {1.77.2 => 1.78.0}/bookworm/Dockerfile (98%) rename {1.77.2 => 1.78.0}/bookworm/slim/Dockerfile (98%) rename {1.77.2 => 1.78.0}/bullseye/Dockerfile (98%) rename {1.77.2 => 1.78.0}/bullseye/slim/Dockerfile (98%) rename {1.77.2 => 1.78.0}/buster/Dockerfile (98%) rename {1.77.2 => 1.78.0}/buster/slim/Dockerfile (98%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a30b6d5..8a9eda7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/1.77.2/alpine3.18/Dockerfile b/1.78.0/alpine3.18/Dockerfile similarity index 97% rename from 1.77.2/alpine3.18/Dockerfile rename to 1.78.0/alpine3.18/Dockerfile index 90bc04a..cb91312 100644 --- a/1.77.2/alpine3.18/Dockerfile +++ b/1.78.0/alpine3.18/Dockerfile @@ -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)"; \ diff --git a/1.77.2/alpine3.19/Dockerfile b/1.78.0/alpine3.19/Dockerfile similarity index 97% rename from 1.77.2/alpine3.19/Dockerfile rename to 1.78.0/alpine3.19/Dockerfile index 0b121cb..47e6f88 100644 --- a/1.77.2/alpine3.19/Dockerfile +++ b/1.78.0/alpine3.19/Dockerfile @@ -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)"; \ diff --git a/1.77.2/bookworm/Dockerfile b/1.78.0/bookworm/Dockerfile similarity index 98% rename from 1.77.2/bookworm/Dockerfile rename to 1.78.0/bookworm/Dockerfile index 2b643d1..8ca170a 100644 --- a/1.77.2/bookworm/Dockerfile +++ b/1.78.0/bookworm/Dockerfile @@ -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)"; \ diff --git a/1.77.2/bookworm/slim/Dockerfile b/1.78.0/bookworm/slim/Dockerfile similarity index 98% rename from 1.77.2/bookworm/slim/Dockerfile rename to 1.78.0/bookworm/slim/Dockerfile index 15f7303..648b4ed 100644 --- a/1.77.2/bookworm/slim/Dockerfile +++ b/1.78.0/bookworm/slim/Dockerfile @@ -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; \ diff --git a/1.77.2/bullseye/Dockerfile b/1.78.0/bullseye/Dockerfile similarity index 98% rename from 1.77.2/bullseye/Dockerfile rename to 1.78.0/bullseye/Dockerfile index fa4d1ad..4cdd217 100644 --- a/1.77.2/bullseye/Dockerfile +++ b/1.78.0/bullseye/Dockerfile @@ -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)"; \ diff --git a/1.77.2/bullseye/slim/Dockerfile b/1.78.0/bullseye/slim/Dockerfile similarity index 98% rename from 1.77.2/bullseye/slim/Dockerfile rename to 1.78.0/bullseye/slim/Dockerfile index bc45d2c..ea07789 100644 --- a/1.77.2/bullseye/slim/Dockerfile +++ b/1.78.0/bullseye/slim/Dockerfile @@ -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; \ diff --git a/1.77.2/buster/Dockerfile b/1.78.0/buster/Dockerfile similarity index 98% rename from 1.77.2/buster/Dockerfile rename to 1.78.0/buster/Dockerfile index 25b84fc..ca38a21 100644 --- a/1.77.2/buster/Dockerfile +++ b/1.78.0/buster/Dockerfile @@ -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)"; \ diff --git a/1.77.2/buster/slim/Dockerfile b/1.78.0/buster/slim/Dockerfile similarity index 98% rename from 1.77.2/buster/slim/Dockerfile rename to 1.78.0/buster/slim/Dockerfile index 7c83822..315c76e 100644 --- a/1.77.2/buster/slim/Dockerfile +++ b/1.78.0/buster/slim/Dockerfile @@ -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; \ diff --git a/x.py b/x.py index 58e726e..98fceff 100755 --- a/x.py +++ b/x.py @@ -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"