status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
353 stars 51 forks source link

remove lock file (fixes #337) #348

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago

The lock file breaks CI for nim devel - before introducing lock files in the repo, CI also needs to be appropriately updated, either to create lock files on its own as part of the run (to always use latest) or we need to maintain a zoo of lock files for every combination of dependencies that the library tries to support).