From e9d9401ad4501b0a4f2ade439421e7ba8013149c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 5 Sep 2023 17:09:12 -0500 Subject: [PATCH] chore: only support latest stable --- tsm.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsm.nimble b/tsm.nimble index 055ff04..f6501e7 100644 --- a/tsm.nimble +++ b/tsm.nimble @@ -10,7 +10,7 @@ binDir = "bin" # Dependencies -requires "nim >= 1.6.12", +requires "nim >= 2.0.0", "illwill", "cligen"