diff --git a/Earthfile b/Earthfile index 78589a3..264a2fe 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.6 # depName=rust datasource=docker -ARG RUST_VERSION="1.82.0" +ARG RUST_VERSION="1.83.0" ARG BASE_IMG=rust # default image ARG BASE_TAG=${RUST_VERSION} # default tag diff --git a/rust-toolchain b/rust-toolchain index 2e2b8c8..0193dee 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,2 +1,2 @@ [toolchain] -channel = "1.82.0" +channel = "1.83.0"