From 44adb2a70a7a6d5720652029f722960eeec400de Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 5 Sep 2019 22:55:30 -0400 Subject: [PATCH] Don't use http dependencies in Nimble --- eth.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth.nimble b/eth.nimble index 8cc9aeb..ca33059 100644 --- a/eth.nimble +++ b/eth.nimble @@ -14,7 +14,7 @@ requires "nim >= 0.19.0", "stew", "result", "nat_traversal", - "https://github.com/status-im/nim-metrics" + "metrics" proc runTest(path: string) = echo "\nRunning: ", path