misc: update to rust 1.69

This commit is contained in:
OlivierDehaene 2023-04-21 20:34:16 +02:00
parent 4b460e72fb
commit 7d4b161019
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.67.0"
channel = "1.69.0"
components = ["rustfmt", "clippy"]