Update for Nim 2.x

This commit is contained in:
2024-12-28 11:07:50 -06:00
parent 9acbc27710
commit 2dbe3ea07c
2 changed files with 7 additions and 5 deletions

View File

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