From 3b7ec3c8f70d6bb74c11c9e08d28588537c88e51 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Sun, 11 Feb 2024 13:57:50 +0100 Subject: [PATCH] update ginger dep to version including new FileTypeKinds --- ggplotnim.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggplotnim.nimble b/ggplotnim.nimble index 73a937df..591db86b 100644 --- a/ggplotnim.nimble +++ b/ggplotnim.nimble @@ -10,7 +10,7 @@ srcDir = "src" requires "nim >= 1.0.0" requires "https://github.com/Vindaar/seqmath >= 0.1.16" -requires "ginger == 0.6.0" +requires "ginger == 0.6.1" requires "datamancer >= 0.4.0" requires "arraymancer >= 0.7.22" requires "shell >= 0.4.3"