Removed #master hack.

This commit is contained in:
cheatfate 2018-04-29 22:30:52 +03:00
parent f337a2e463
commit 22dbb62c25
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ skipDirs = @["src", "tests", "Nim", "old_api"]
### Dependencies ### Dependencies
requires "nim > 0.18.0", requires "nim > 0.18.0",
"https://github.com/cheatfate/nimcrypto#master", "https://github.com/cheatfate/nimcrypto",
"secp256k1" "secp256k1"
proc test(name: string, lang: string = "c") = proc test(name: string, lang: string = "c") =