Skip to content

Commit 97df0c7

Browse files
misc: update to rust 1.69 (#221)
1 parent 4b460e7 commit 97df0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rust builder
2-
FROM lukemathwalker/cargo-chef:latest-rust-1.67 AS chef
2+
FROM lukemathwalker/cargo-chef:latest-rust-1.69 AS chef
33
WORKDIR /usr/src
44

55
FROM chef as planner

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.67.0"
2+
channel = "1.69.0"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)