From c0345356b6a7a760c598aff28f78c8abde6782ac Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 11 Oct 2021 21:46:24 +0100 Subject: [PATCH] Update choosenim.nimble --- choosenim.nimble | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/choosenim.nimble b/choosenim.nimble index ff8a2ce..424e014 100644 --- a/choosenim.nimble +++ b/choosenim.nimble @@ -13,7 +13,8 @@ skipExt = @["nim"] # Dependencies -requires "nim >= 1.2.6", "nimble#8f7af86" +# Note: https://github.com/dom96/choosenim/issues/233 (need to resolve when updating Nimble) +requires "nim >= 1.2.6", "nimble#8f7af86" when defined(macosx): requires "libcurl >= 1.0.0" requires "analytics >= 0.3.0" @@ -23,4 +24,4 @@ when defined(windows): requires "puppy 1.2.1" task release, "Build a release binary": - exec "nimble build -d:release" \ No newline at end of file + exec "nimble build -d:release"