From ad3c018623c0ced4c4a578564a9c2e35248716f7 Mon Sep 17 00:00:00 2001 From: Huy Doan Date: Fri, 26 Jul 2024 21:26:20 +0700 Subject: [PATCH] fix nimble file --- xxhash.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xxhash.nimble b/xxhash.nimble index 7acef01..a8752f2 100644 --- a/xxhash.nimble +++ b/xxhash.nimble @@ -7,4 +7,4 @@ license = "MIT" srcDir = "src" [Deps] -Requires: "nim >= 1.2.6", "nint128 >= 0.3.3" +Requires: "nim >= 1.2.6, nint128 >= 0.3.3"