From 526b9b0e0cd78f4d56f88395d9a8062bd14923ed Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 18 Apr 2025 15:56:49 +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 6c6daba..a22f93a 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"]