From 7b1abd588cd94d16a2aa59d10531d8b77dd77bd1 Mon Sep 17 00:00:00 2001 From: ExpressVPN Automation Bot <143369453+expressvpn-iat-bot@users.noreply.github.com> Date: Fri, 29 Dec 2023 01:28:19 +0000 Subject: [PATCH] [auto] Update Rust toolchain to 1.75.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 80cfd04..af1eaf8 100644 --- a/Earthfile +++ b/Earthfile @@ -2,7 +2,7 @@ VERSION --global-cache 0.7 # Importing https://github.com/earthly/lib/tree/2.2.11/rust via commit hash pinning because git tags can be changed IMPORT github.com/earthly/lib/rust:d5937f9cba1662e7bb07e4c3d69d95db32288a84 AS lib-rust -FROM rust:1.74.1 +FROM rust:1.75.0 WORKDIR /wolfssl-rs