From 7d4b1610191b74c2dd2e0c58659fa8de418a80a4 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:34:16 +0200 Subject: [PATCH] misc: update to rust 1.69 --- Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a679db7e..5e7526c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Rust builder -FROM lukemathwalker/cargo-chef:latest-rust-1.67 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.69 AS chef WORKDIR /usr/src FROM chef as planner diff --git a/rust-toolchain.toml b/rust-toolchain.toml index dcdb06e9..d6ecf0c4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.67.0" +channel = "1.69.0" components = ["rustfmt", "clippy"] \ No newline at end of file