From d7dc31447315f5dbcb9d69afe60b4463a8f26417 Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Fri, 16 Apr 2021 18:27:09 +0200 Subject: [PATCH] build: bump Nim from 1.4.4 to 1.4.6 (#282) Blog post: - https://nim-lang.org/blog/2021/04/15/versions-146-and-1212-released.html --- .github/workflows/build.yml | 2 +- .github/workflows/tests.yml | 2 +- configlet.nimble | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b854a55f..dcbc067e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: Install Nim uses: jiro4989/setup-nim-action@d0c07f7ad4ed045c29cfcffbc1402643f8147184 # 1.3.2 with: - nim-version: "1.4.4" + nim-version: "1.4.6" - name: Install musl on Linux if: matrix.target.os == 'linux' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79dbd650..110271b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: - name: Install Nim uses: jiro4989/setup-nim-action@d0c07f7ad4ed045c29cfcffbc1402643f8147184 # 1.3.2 with: - nim-version: "1.4.4" + nim-version: "1.4.6" - name: Install musl on Linux if: matrix.target.os == 'linux' diff --git a/configlet.nimble b/configlet.nimble index 5d875913..477ff29f 100644 --- a/configlet.nimble +++ b/configlet.nimble @@ -7,7 +7,7 @@ srcDir = "src" bin = @["configlet"] # Dependencies -requires "nim >= 1.4.4" +requires "nim >= 1.4.6" requires "parsetoml" requires "cligen" requires "uuids >= 0.1.11"