Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 08bcd06

Browse files
Update Rust to v1.84.1
1 parent 3e42524 commit 08bcd06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
2-
ARG RUST_VERSION=1.82.0@sha256:33a0ea4769482be860174e1139c457bdcb2a236a988580a28c3a48824cbc17d6
2+
ARG RUST_VERSION=1.84.1@sha256:2c5f4e64d8522e542c7bfe7f9806708c2a30f7b7181a07bc03d8f902d62e2eff
33

44
FROM rust:$RUST_VERSION
55
WORKDIR /app

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.84.1"
33
profile = "minimal"
44
components = ["rustfmt", "clippy", "rust-analyzer"]

0 commit comments

Comments
 (0)