Skip to content

Commit

Permalink
Update Rust to v1.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 3e42524 commit 08bcd06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
ARG RUST_VERSION=1.82.0@sha256:33a0ea4769482be860174e1139c457bdcb2a236a988580a28c3a48824cbc17d6
ARG RUST_VERSION=1.84.1@sha256:2c5f4e64d8522e542c7bfe7f9806708c2a30f7b7181a07bc03d8f902d62e2eff

FROM rust:$RUST_VERSION
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.82.0"
channel = "1.84.1"
profile = "minimal"
components = ["rustfmt", "clippy", "rust-analyzer"]

0 comments on commit 08bcd06

Please sign in to comment.