misc: update to rust 1.69 (#221)
This commit is contained in:
parent
4b460e72fb
commit
97df0c7bc0
|
@ -1,5 +1,5 @@
|
||||||
# Rust builder
|
# 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
|
WORKDIR /usr/src
|
||||||
|
|
||||||
FROM chef as planner
|
FROM chef as planner
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.67.0"
|
channel = "1.69.0"
|
||||||
components = ["rustfmt", "clippy"]
|
components = ["rustfmt", "clippy"]
|
Loading…
Reference in New Issue