From 1d2ea621b763fc1f039f8513d44901c0d75246d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oddbj=C3=B8rn=20Gr=C3=B8dem?= <29732646+oddgrd@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:26:48 +0200 Subject: [PATCH] chore: deployer rust 1.81 (#1883) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c92a7a5d..e93241049 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BUILDX_FLAGS=$(BUILDX_OP) $(PLATFORM_FLAGS) # The Rust version used by our containers # Can be updated to the latest stable -RUSTUP_TOOLCHAIN=1.80.0 +RUSTUP_TOOLCHAIN=1.81.0 TAG?=$(shell git describe --tags --abbrev=0) AUTH_TAG?=$(TAG)