misc: update to rust 1.69 (#221)

This commit is contained in:
OlivierDehaene 2023-04-21 21:00:30 +02:00 committed by GitHub
parent 4b460e72fb
commit 97df0c7bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]