Update for Nim 1.4.x+
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user