Skip to content

Commit

Permalink
.github, nimble: bump Nim from 1.6.12 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed May 26, 2023
1 parent d4e85ba commit 89a05c3
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 @@ -39,7 +39,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@9e500b9ddc377c597719e98821acbd1f5925c056
with:
version: "binary:1.6.12"
version: "binary:2.0.0"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@9e500b9ddc377c597719e98821acbd1f5925c056
with:
version: "binary:1.6.12"
version: "binary:2.0.0"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion configlet.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ srcDir = "src"
bin = @["configlet"]

# Dependencies
requires "nim >= 1.6.12"
requires "nim >= 2.0.0"
requires "cligen#b962cf8bc0be847cbc1b4f77952775de765e9689" # 1.5.19 (2021-09-13)
requires "jsony#2a2cc4331720b7695c8b66529dbfea6952727e7b" # 1.1.3 (2022-01-03)
requires "parsetoml#9cdeb3f65fd10302da157db8a8bac5c42f055249" # 0.6.0 (2021-06-07)
Expand Down

0 comments on commit 89a05c3

Please sign in to comment.