From 41efea3a98acce98a09d172e70c17f5c754d7b55 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 18 Apr 2025 16:07:31 +0200 Subject: [PATCH] Update rust 1.85 -> 1.86 --- Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c243c9c..6082fe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5a632b9..1ffedd2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.85" +channel = "1.86" profile = "default" components = ["rust-analyzer"]