From 6087bfb49c4ce571ed4d50512a348b756a04aa88 Mon Sep 17 00:00:00 2001 From: ExpressVPN Automation Bot <143369453+expressvpn-iat-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:38:52 +0000 Subject: [PATCH] [auto] Update Rust toolchain to 1.80.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 781005ae..f04d7084 100644 --- a/Earthfile +++ b/Earthfile @@ -2,7 +2,7 @@ VERSION 0.8 # Importing https://github.com/earthly/lib/tree/3.0.1/rust via commit hash pinning because git tags can be changed IMPORT github.com/earthly/lib/rust:1a4a008e271c7a5583e7bd405da8fd3624c05610 AS lib-rust -FROM rust:1.79.0 +FROM rust:1.80.0 WORKDIR /wolfssl-rs