From 5c989d9be18516d4f68caac59097380ddad8cf93 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Fri, 12 Jul 2024 23:00:42 +0200 Subject: [PATCH] fix(deps): .nimble and nimble have different versioning format --- constantine.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constantine.nimble b/constantine.nimble index 9548fa3d..dbdccb3f 100644 --- a/constantine.nimble +++ b/constantine.nimble @@ -15,11 +15,11 @@ when (NimMajor, NimMinor) >= (2, 0): # Task-level dependencies taskRequires "test", "jsony" taskRequires "test", "yaml" - taskRequires "test", "gmp@#head" + taskRequires "test", "gmp#head" taskRequires "test_parallel", "jsony" taskRequires "test_parallel", "yaml" - taskRequires "test_parallel", "gmp@#head" + taskRequires "test_parallel", "gmp#head" taskRequires "test_no_gmp", "jsony" taskRequires "test_no_gmp", "yaml"