Skip to content

Commit

Permalink
Bump Nim version requirement to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dadadani committed Aug 23, 2023
1 parent 530143b commit 9b22cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
matrix:
nim-version:
- '1.6.6'
- '1.6.12'
- '2.0.0'
- 'devel'
needs: before
steps:
Expand Down
2 changes: 1 addition & 1 deletion tltypes.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.6.0"
requires "nim >= 2.0.0"
requires "stint"
requires "zippy >= 0.9.7"
taskRequires "gen", "https://github.com/nimgram/tl-parser#master"
Expand Down

0 comments on commit 9b22cfe

Please sign in to comment.