From 85d561c8a5a1ac02e86b653eed9adce31f948c3c Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 6 May 2025 14:45:08 -0500 Subject: [PATCH] Update Nim pinned version, drop jester dependency (pit_api currently not supported). --- .mise.toml | 2 +- pit.nimble | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.mise.toml b/.mise.toml index c15defa..654de7c 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,2 +1,2 @@ [tools] -nim = "2.2.0" +nim = "2.2.4" diff --git a/pit.nimble b/pit.nimble index 80a746d..536f7db 100644 --- a/pit.nimble +++ b/pit.nimble @@ -13,7 +13,6 @@ bin = @["pit"] requires @[ "nim >= 1.4.0", "docopt >= 0.7.1", - "jester >= 0.6.0", "uuids >= 0.1.10", "zero_functional" ] @@ -28,4 +27,4 @@ requires @[ ] task updateVersion, "Update the version of this package.": - exec "update_nim_package_version pit 'src/pit/cliconstants.nim'" \ No newline at end of file + exec "update_nim_package_version pit 'src/pit/cliconstants.nim'"