From bb53d8d1220221eab0ab8f67bb07cc124a389352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:51:27 +0200 Subject: [PATCH] chore: bump rust version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e74e2cd9..24815917 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer) protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName) ##### Rust ##### -rustVer=1.65-slim +rustVer=1.70-slim rustImageName=rust:$(rustVer) rustImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(rustImageName)