Skip to content

Commit

Permalink
.github(workflows), nimble: bump Nim from 1.6.8 to 1.6.10
Browse files Browse the repository at this point in the history
See the release blog post [1] and changes since 1.6.8 [2].

[1] https://nim-lang.org/blog/2022/11/23/version-1610-released.html
[2] nim-lang/Nim@v1.6.8...v1.6.10
  • Loading branch information
ee7 committed Nov 24, 2022
1 parent 5641fe8 commit 1a5b35d
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@560f0647083257e632182be888862d69eeb6f2c4
with:
version: "binary:1.6.8"
version: "binary:1.6.10"
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@560f0647083257e632182be888862d69eeb6f2c4
with:
version: "binary:1.6.8"
version: "binary:1.6.10"
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.8"
requires "nim >= 1.6.10"
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 1a5b35d

Please sign in to comment.