switch to official chronos URL (#21283)

ref https://github.com/status-im/nim-chronos/pull/348
This commit is contained in:
ringabout
2023-01-20 12:48:12 +08:00
committed by GitHub
parent 9afb466d73
commit 4c74b9b54c

View File

@@ -52,7 +52,7 @@ pkg "cascade"
pkg "cello", url = "https://github.com/nim-lang/cello", useHead = true
pkg "chroma"
pkg "chronicles", "nim c -o:chr -r chronicles.nim", url = "https://github.com/nim-lang/nim-chronicles"
pkg "chronos", "nim c -r -d:release tests/testall", url = "https://github.com/nim-lang/nim-chronos"
pkg "chronos", "nim c -r -d:release tests/testall"
pkg "cligen", "nim c --path:. -r cligen.nim"
pkg "combparser", "nimble test --gc:orc"
pkg "compactdict"