From bec91e2a8c3472244af094fdaa9afb38d49efe04 Mon Sep 17 00:00:00 2001 From: monofuel Date: Fri, 12 Jan 2024 22:22:08 -0500 Subject: [PATCH] set jsony version --- llama_leap.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llama_leap.nimble b/llama_leap.nimble index 36fabbf..8213fe6 100644 --- a/llama_leap.nimble +++ b/llama_leap.nimble @@ -6,4 +6,5 @@ license = "MIT" srcDir = "src" requires "nim >= 2.0.0" -requires "curly >= 0.1.12" \ No newline at end of file +requires "curly >= 0.1.12" +requires "jsony >= 1.1.5" \ No newline at end of file