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

This commit is contained in:
Dreaded_X 2025-04-18 16:07:31 +02:00
parent 884c37aa1b
commit 41efea3a98
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"]