use nimble v0.20.1 instead

This commit is contained in:
Ivan FB 2026-04-03 15:48:59 +02:00
parent 566a999ec7
commit 4e06b644b2
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ env:
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
NIM_VERSION: '2.2.4'
NIMBLE_VERSION: '0.22.3'
NIMBLE_VERSION: '0.20.1'
jobs:
changes: # changes detection

View File

@ -16,7 +16,7 @@ env:
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC}"
NIM_VERSION: '2.2.4'
NIMBLE_VERSION: '0.22.3'
NIMBLE_VERSION: '0.20.1'
# This workflow should not run for outside contributors
# If org secrets are not available, we'll avoid building and publishing the docker image and we'll pass the workflow

View File

@ -11,7 +11,7 @@ license = "MIT or Apache License 2.0"
#bin = @["build/waku"]
requires "nim == 2.2.4"
requires "nimble == 0.22.3"
requires "nimble == 0.20.1"
### Dependencies
requires "chronos >= 4.2.0",