Skip to content

Commit

Permalink
nim >= 1.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Apr 12, 2024
1 parent f72fa03 commit 31d2205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macOS-latest

nim-version:
- '1.6.14'
- '1.6.16'
- stable
- devel

Expand Down
2 changes: 1 addition & 1 deletion scorper.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ installExt = @["nim"]
# namedbin = {"scorper/http/routermacros":"routermacros" }.toTable()
# Dependencies

requires "nim >= 1.6.0" # initial 1.3.1
requires "nim >= 1.6.16" # initial 1.3.1
# requires "chronos >= 3.0.2" # initial 2.6.1
requires "chronos"
requires "npeg"
Expand Down

0 comments on commit 31d2205

Please sign in to comment.