From 944e1af4ae315d994163023bd8ced0aeba277cdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:31:49 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.82.0 --- Earthfile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index e53922f..78589a3 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.6 # depName=rust datasource=docker -ARG RUST_VERSION="1.79.0" +ARG RUST_VERSION="1.82.0" ARG BASE_IMG=rust # default image ARG BASE_TAG=${RUST_VERSION} # default tag diff --git a/rust-toolchain b/rust-toolchain index 628740b..2e2b8c8 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ [toolchain] -channel = "1.79.0" +channel = "1.82.0"