Remove #master hack from ttmath.
This commit is contained in:
parent
61ea215aa0
commit
0c3c32df48
|
@ -10,7 +10,7 @@ skipDirs = @["tests"]
|
||||||
requires "nim >= 0.18.1",
|
requires "nim >= 0.18.1",
|
||||||
"https://github.com/cheatfate/nimcrypto",
|
"https://github.com/cheatfate/nimcrypto",
|
||||||
"https://github.com/status-im/nim-rlp",
|
"https://github.com/status-im/nim-rlp",
|
||||||
"https://github.com/status-im/nim-ttmath#master",
|
"https://github.com/status-im/nim-ttmath",
|
||||||
"https://github.com/status-im/nim-eth-p2p"
|
"https://github.com/status-im/nim-eth-p2p"
|
||||||
|
|
||||||
proc test(name: string, lang = "cpp") =
|
proc test(name: string, lang = "cpp") =
|
||||||
|
|
Loading…
Reference in New Issue