From 22dbb62c25e95d299899580c8c7a3f04976af1e3 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sun, 29 Apr 2018 22:30:52 +0300 Subject: [PATCH] Removed #master hack. --- eth_keys.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_keys.nimble b/eth_keys.nimble index ebe76eb..9e50afc 100644 --- a/eth_keys.nimble +++ b/eth_keys.nimble @@ -9,7 +9,7 @@ skipDirs = @["src", "tests", "Nim", "old_api"] ### Dependencies requires "nim > 0.18.0", - "https://github.com/cheatfate/nimcrypto#master", + "https://github.com/cheatfate/nimcrypto", "secp256k1" proc test(name: string, lang: string = "c") =