-
Notifications
You must be signed in to change notification settings - Fork 2.4k
chore: Update to Rust version 1.85.1 #18659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for 5a52ac3:diff --git a/_bashbrew-cat b/_bashbrew-cat
index a60e359..a8be91b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,32 +1,32 @@
Maintainers: Steven Fackler <sfackler@gmail.com> (@sfackler), Scott Schafer <schaferjscott@gmail.com> (@Muscraft)
GitRepo: https://github.com/rust-lang/docker-rust.git
-Tags: 1-alpine3.20, 1.85-alpine3.20, 1.85.0-alpine3.20, alpine3.20
+Tags: 1-alpine3.20, 1.85-alpine3.20, 1.85.1-alpine3.20, alpine3.20
Architectures: amd64, arm64v8
-GitCommit: bb6d64ec66907afbcd2c4a6c4efabcfbc947ac91
+GitCommit: decf7685a03d1d0ee8803cff48c6bf5c440d968d
Directory: stable/alpine3.20
-Tags: 1-alpine3.21, 1.85-alpine3.21, 1.85.0-alpine3.21, alpine3.21, 1-alpine, 1.85-alpine, 1.85.0-alpine, alpine
+Tags: 1-alpine3.21, 1.85-alpine3.21, 1.85.1-alpine3.21, alpine3.21, 1-alpine, 1.85-alpine, 1.85.1-alpine, alpine
Architectures: amd64, arm64v8
-GitCommit: bb6d64ec66907afbcd2c4a6c4efabcfbc947ac91
+GitCommit: decf7685a03d1d0ee8803cff48c6bf5c440d968d
Directory: stable/alpine3.21
-Tags: 1-bookworm, 1.85-bookworm, 1.85.0-bookworm, bookworm, 1, 1.85, 1.85.0, latest
+Tags: 1-bookworm, 1.85-bookworm, 1.85.1-bookworm, bookworm, 1, 1.85, 1.85.1, latest
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: bb6d64ec66907afbcd2c4a6c4efabcfbc947ac91
+GitCommit: decf7685a03d1d0ee8803cff48c6bf5c440d968d
Directory: stable/bookworm
-Tags: 1-bullseye, 1.85-bullseye, 1.85.0-bullseye, bullseye
+Tags: 1-bullseye, 1.85-bullseye, 1.85.1-bullseye, bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: bb6d64ec66907afbcd2c4a6c4efabcfbc947ac91
+GitCommit: decf7685a03d1d0ee8803cff48c6bf5c440d968d
Directory: stable/bullseye
-Tags: 1-slim-bookworm, 1.85-slim-bookworm, 1.85.0-slim-bookworm, slim-bookworm, 1-slim, 1.85-slim, 1.85.0-slim, slim
+Tags: 1-slim-bookworm, 1.85-slim-bookworm, 1.85.1-slim-bookworm, slim-bookworm, 1-slim, 1.85-slim, 1.85.1-slim, slim
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: bb6d64ec66907afbcd2c4a6c4efabcfbc947ac91
+GitCommit: decf7685a03d1d0ee8803cff48c6bf5c440d968d
Directory: stable/bookworm/slim
-Tags: 1-slim-bullseye, 1.85-slim-bullseye, 1.85.0-slim-bullseye, slim-bullseye
+Tags: 1-slim-bullseye, 1.85-slim-bullseye, 1.85.1-slim-bullseye, slim-bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: bb6d64ec66907afbcd2c4a6c4efabcfbc947ac91
+GitCommit: decf7685a03d1d0ee8803cff48c6bf5c440d968d
Directory: stable/bullseye/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index 2f2877a..ddf4d00 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,15 +16,15 @@ rust:1.85-bullseye
rust:1.85-slim
rust:1.85-slim-bookworm
rust:1.85-slim-bullseye
-rust:1.85.0
-rust:1.85.0-alpine
-rust:1.85.0-alpine3.20
-rust:1.85.0-alpine3.21
-rust:1.85.0-bookworm
-rust:1.85.0-bullseye
-rust:1.85.0-slim
-rust:1.85.0-slim-bookworm
-rust:1.85.0-slim-bullseye
+rust:1.85.1
+rust:1.85.1-alpine
+rust:1.85.1-alpine3.20
+rust:1.85.1-alpine3.21
+rust:1.85.1-bookworm
+rust:1.85.1-bullseye
+rust:1.85.1-slim
+rust:1.85.1-slim-bookworm
+rust:1.85.1-slim-bullseye
rust:alpine
rust:alpine3.20
rust:alpine3.21
diff --git a/rust_alpine/Dockerfile b/rust_alpine/Dockerfile
index 90e68b6..7f3ccf1 100644
--- a/rust_alpine/Dockerfile
+++ b/rust_alpine/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.85.0
+ RUST_VERSION=1.85.1
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
diff --git a/rust_alpine3.20/Dockerfile b/rust_alpine3.20/Dockerfile
index 96c3923..0119cd7 100644
--- a/rust_alpine3.20/Dockerfile
+++ b/rust_alpine3.20/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.85.0
+ RUST_VERSION=1.85.1
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
diff --git a/rust_bullseye/Dockerfile b/rust_bullseye/Dockerfile
index 759c913..ccf7ac0 100644
--- a/rust_bullseye/Dockerfile
+++ b/rust_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.85.0
+ RUST_VERSION=1.85.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
diff --git a/rust_latest/Dockerfile b/rust_latest/Dockerfile
index dc06560..08e1206 100644
--- a/rust_latest/Dockerfile
+++ b/rust_latest/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.85.0
+ RUST_VERSION=1.85.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
diff --git a/rust_slim-bullseye/Dockerfile b/rust_slim-bullseye/Dockerfile
index c2e33ec..93c18fb 100644
--- a/rust_slim-bullseye/Dockerfile
+++ b/rust_slim-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.85.0
+ RUST_VERSION=1.85.1
RUN set -eux; \
apt-get update; \
diff --git a/rust_slim/Dockerfile b/rust_slim/Dockerfile
index 9dac3e0..dacbc6d 100644
--- a/rust_slim/Dockerfile
+++ b/rust_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.85.0
+ RUST_VERSION=1.85.1
RUN set -eux; \
apt-get update; \ Relevant Maintainers: |
tianon
approved these changes
Mar 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://blog.rust-lang.org/2025/03/18/Rust-1.85.1.html
https://github.com/rust-lang/rust/releases/tag/1.85.1