Update Nim pinned version, drop jester dependency (pit_api currently not supported).
This commit is contained in:
parent
1064de3e1b
commit
85d561c8a5
@ -1,2 +1,2 @@
|
|||||||
[tools]
|
[tools]
|
||||||
nim = "2.2.0"
|
nim = "2.2.4"
|
||||||
|
@ -13,7 +13,6 @@ bin = @["pit"]
|
|||||||
requires @[
|
requires @[
|
||||||
"nim >= 1.4.0",
|
"nim >= 1.4.0",
|
||||||
"docopt >= 0.7.1",
|
"docopt >= 0.7.1",
|
||||||
"jester >= 0.6.0",
|
|
||||||
"uuids >= 0.1.10",
|
"uuids >= 0.1.10",
|
||||||
"zero_functional"
|
"zero_functional"
|
||||||
]
|
]
|
||||||
@ -28,4 +27,4 @@ requires @[
|
|||||||
]
|
]
|
||||||
|
|
||||||
task updateVersion, "Update the version of this package.":
|
task updateVersion, "Update the version of this package.":
|
||||||
exec "update_nim_package_version pit 'src/pit/cliconstants.nim'"
|
exec "update_nim_package_version pit 'src/pit/cliconstants.nim'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user