From bbdb4747daba11d063a4f60c98840d7e749a1e47 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Wed, 23 Oct 2024 15:38:55 -0600 Subject: [PATCH] update MSRV to 1.82.0 --- Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a25d9270..405759f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81-bullseye AS chef +FROM rust:1.82-bullseye AS chef RUN cargo install cargo-chef WORKDIR /app diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1de01fa4..2e2b8c85 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.81.0" +channel = "1.82.0"