Skip to content

Commit

Permalink
chore: nim 2.0.8 -> 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
huantianad authored Feb 4, 2025
1 parent aca7138 commit 198996a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
APP_NAME: "levelsync"
NIM_VERSION: '2.0.8'
NIM_VERSION: '2.0.14'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
APP_NAME: 'levelsync'
NIM_VERSION: '2.0.8'
NIM_VERSION: '2.0.14'

jobs:
dll:
Expand Down
2 changes: 1 addition & 1 deletion levelsync.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = @["levelsync"]

# Dependencies

requires "nim >= 2.0.8"
requires "nim >= 2.0.14"
requires "yaml >= 2.1.1"
requires "zippy >= 0.10.15"
requires "chronicles >= 0.10.3"
Expand Down

0 comments on commit 198996a

Please sign in to comment.