Update for Nim 1.4.x+

This commit is contained in:
2021-07-03 22:00:14 -05:00
parent daf3a8dad0
commit 6837e5448b
2 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# Package
bin = @["db_migrate"]
version = "0.2.7"
version = "0.2.8"
author = "Jonathan Bernard"
description = "Simple tool to handle database migrations."
license = "BSD"
@ -9,5 +9,4 @@ srcDir = "src/main/nim"
# Dependencies
requires: @["nim >= 0.13.0", "docopt >= 0.1.0"]
requires: @["nim >= 1.4.0", "docopt >= 0.1.0"]