Skip to content

Commit

Permalink
build: bump Nim from 1.4.8 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Oct 19, 2021
1 parent d3f59bf commit 8602092
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
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Nim
uses: jiro4989/setup-nim-action@40a8277c7ff27eb52257ed9a40dbf5a661539701 # 1.3.13
with:
nim-version: "1.4.8"
nim-version: "1.6.0"

- name: Install musl on Linux
if: matrix.target.os == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Nim
uses: jiro4989/setup-nim-action@40a8277c7ff27eb52257ed9a40dbf5a661539701 # 1.3.13
with:
nim-version: "1.4.8"
nim-version: "1.6.0"

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

# Dependencies
requires "nim >= 1.4.8"
requires "nim >= 1.6.0"
requires "parsetoml"
requires "cligen"
requires "uuids >= 0.1.11"
Expand Down

0 comments on commit 8602092

Please sign in to comment.