From 34f5e0071c0148798ecf499ad951d2ac2b53c992 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 18 Dec 2024 16:28:40 +0100 Subject: [PATCH] Update Nim version to 2.0.12 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c502e23a..64ed9c4c 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ # # If NIM_COMMIT is set to "nimbusbuild", this will use the # version pinned by nimbus-build-system. -# PINNED_NIM_VERSION := 38640664088251bbc88917b4bacfd86ec53014b8 # 1.6.21 -PINNED_NIM_VERSION := v2.0.6 +#PINNED_NIM_VERSION := 38640664088251bbc88917b4bacfd86ec53014b8 # 1.6.21 +PINNED_NIM_VERSION := v2.0.12 ifeq ($(NIM_COMMIT),) NIM_COMMIT := $(PINNED_NIM_VERSION) else ifeq ($(NIM_COMMIT),pinned)