From 78b72426320c499db73fcd39a8b353fd1ae77481 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 24 Apr 2026 17:55:28 +0400 Subject: [PATCH] Update to 2.2.10 --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7d52518..d4391d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: env: cache_nonce: 0 # Allows for easily busting actions/cache caches - nim_version: v2.2.8 + nim_version: v2.2.10 concurrency: group: ${{ github.workflow }}-${{ github.ref || github.run_id }} diff --git a/Makefile b/Makefile index cc9274e1..f7945253 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # # If NIM_COMMIT is set to "nimbusbuild", this will use the # version pinned by nimbus-build-system. -PINNED_NIM_VERSION := v2.2.8 +PINNED_NIM_VERSION := v2.2.10 ifeq ($(NIM_COMMIT),) NIM_COMMIT := $(PINNED_NIM_VERSION)