From bc5af9c7c9120b29e59a11f3eba2b1b166629b56 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:15:32 +0200 Subject: [PATCH] update rust version in earthly --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ff192600..95e54100 100644 --- a/Earthfile +++ b/Earthfile @@ -3,7 +3,7 @@ VERSION 0.7 FROM debian:stable-slim rust-toolchain: - FROM rust:1.65-slim-bullseye + FROM rust:1.71-slim-bullseye RUN rustup component add rustfmt # Installs Cargo chef