Unverified Commit 97df0c7b authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

misc: update to rust 1.69 (#221)

parent 4b460e72
# 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
......
[toolchain]
channel = "1.67.0"
channel = "1.69.0"
components = ["rustfmt", "clippy"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment