Skip to content

Commit

Permalink
build: bump Nim from 1.6.2 to 1.6.4 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 authored Feb 23, 2022
1 parent 3a55f57 commit 70f1252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Nim
uses: jiro4989/setup-nim-action@5f0615c23aa478a77d895b5044748a62b5397eca # 1.3.32
with:
nim-version: "1.6.2"
nim-version: "1.6.4"

- name: Install musl on Linux
if: matrix.target.os == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Nim
uses: jiro4989/setup-nim-action@5f0615c23aa478a77d895b5044748a62b5397eca # 1.3.32
with:
nim-version: "1.6.2"
nim-version: "1.6.4"

- name: Install musl on Linux
if: matrix.target.os == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion configlet.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ srcDir = "src"
bin = @["configlet"]

# Dependencies
requires "nim >= 1.6.2"
requires "nim >= 1.6.4"
requires "cligen#b962cf8bc0be847cbc1b4f77952775de765e9689" # 1.5.19 (2021-09-13)
requires "jsony#eb63a326b7f16537764c090f8859eb2451ad8d4d" # 1.1.1 (2021-11-16)
requires "parsetoml#9cdeb3f65fd10302da157db8a8bac5c42f055249" # 0.6.0 (2021-06-07)
Expand Down

0 comments on commit 70f1252

Please sign in to comment.