Skip to content

Commit

Permalink
Drop support for Nim 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ire4ever1190 committed Feb 15, 2023
1 parent 386c9d5 commit 0fbda04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nim: ['1.4.0', 'stable', 'devel' ]
nim: ['1.6.0', 'stable', 'devel' ]
gc: ['refc', 'orc']
fail-fast: false
max-parallel: 1
Expand Down
4 changes: 2 additions & 2 deletions dimscmd.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.3.3"
version = "1.3.4"
author = "Jake Leahy"
description = "A command handler for the dimscord discord library"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.4.0"
requires "nim >= 1.6.0"
requires "dimscord >= 1.3.0"

task ex, "Runs the example":
Expand Down

0 comments on commit 0fbda04

Please sign in to comment.