We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b460e7 commit 97df0c7Copy full SHA for 97df0c7
Dockerfile
@@ -1,5 +1,5 @@
1
# Rust builder
2
-FROM lukemathwalker/cargo-chef:latest-rust-1.67 AS chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.69 AS chef
3
WORKDIR /usr/src
4
5
FROM chef as planner
rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.67.0"
+channel = "1.69.0"
components = ["rustfmt", "clippy"]
0 commit comments