Skip to content

Commit

Permalink
build: bump Nim from 1.4.2 to 1.4.4 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 authored Apr 9, 2021
1 parent 06bce96 commit 909989b
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@d0c07f7ad4ed045c29cfcffbc1402643f8147184 # 1.3.2
with:
nim-version: "1.4.2"
nim-version: "1.4.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@d0c07f7ad4ed045c29cfcffbc1402643f8147184 # 1.3.2
with:
nim-version: "1.4.2"
nim-version: "1.4.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 @@ -7,7 +7,7 @@ srcDir = "src"
bin = @["configlet"]

# Dependencies
requires "nim >= 1.4.2"
requires "nim >= 1.4.4"
requires "parsetoml"
requires "cligen"
requires "uuids >= 0.1.11"
Expand Down

0 comments on commit 909989b

Please sign in to comment.