Skip to content

Commit 70f1252

Browse files
authored
build: bump Nim from 1.6.2 to 1.6.4 (#514)
See the blog post and list of changes: - https://nim-lang.org/blog/2022/02/08/version-164-released.html - nim-lang/Nim@v1.6.2...v1.6.4
1 parent 3a55f57 commit 70f1252

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Nim
3939
uses: jiro4989/setup-nim-action@5f0615c23aa478a77d895b5044748a62b5397eca # 1.3.32
4040
with:
41-
nim-version: "1.6.2"
41+
nim-version: "1.6.4"
4242

4343
- name: Install musl on Linux
4444
if: matrix.target.os == 'linux'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Nim
4444
uses: jiro4989/setup-nim-action@5f0615c23aa478a77d895b5044748a62b5397eca # 1.3.32
4545
with:
46-
nim-version: "1.6.2"
46+
nim-version: "1.6.4"
4747

4848
- name: Install musl on Linux
4949
if: matrix.target.os == 'linux'

configlet.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ srcDir = "src"
99
bin = @["configlet"]
1010

1111
# Dependencies
12-
requires "nim >= 1.6.2"
12+
requires "nim >= 1.6.4"
1313
requires "cligen#b962cf8bc0be847cbc1b4f77952775de765e9689" # 1.5.19 (2021-09-13)
1414
requires "jsony#eb63a326b7f16537764c090f8859eb2451ad8d4d" # 1.1.1 (2021-11-16)
1515
requires "parsetoml#9cdeb3f65fd10302da157db8a8bac5c42f055249" # 0.6.0 (2021-06-07)

0 commit comments

Comments
 (0)