Skip to content

Commit

Permalink
min version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsumura-h committed May 14, 2021
1 parent 0adae6e commit f50213b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- windows-latest
# - macOS-latest
nim-version:
- 1.2.0
- 1.4.0
- stable
needs: before
Expand Down
4 changes: 2 additions & 2 deletions interface_implements.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.0"
version = "0.2.1"
author = "dumblepy"
description = "Creating toInterface macro."
license = "MIT"
Expand All @@ -9,4 +9,4 @@ srcDir = "src"

# Dependencies

requires "nim >= 1.4.0"
requires "nim >= 1.2.0"

0 comments on commit f50213b

Please sign in to comment.