Update Nim pinned version, drop jester dependency (pit_api currently not supported).

This commit is contained in:
Jonathan Bernard 2025-05-06 14:45:08 -05:00
parent 1064de3e1b
commit 85d561c8a5
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
[tools] [tools]
nim = "2.2.0" nim = "2.2.4"

View File

@ -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'"