rust 1.69.0

This commit is contained in:
Bryan Stitt 2023-04-24 23:23:33 -07:00
parent 1fab1b1d46
commit 2ad509a5fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.68.2-bullseye AS builder
FROM rust:1.69.0-bullseye AS builder
WORKDIR /app
ENV CARGO_TERM_COLOR always

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "1.68.2"
channel = "1.69.0"