Update rust 1.85 -> 1.86
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m24s

This commit is contained in:
Dreaded_X 2025-04-18 15:56:49 +02:00
parent e92b61b1a7
commit 526b9b0e0c
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.85 AS base
FROM rust:1.86 AS base
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo install cargo-chef --locked --version 0.1.71 && \
cargo install cargo-auditable --locked --version 0.6.6

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.85"
channel = "1.86"
profile = "default"
components = ["rust-analyzer"]