mirror of
https://github.com/status-im/nim-task-runner.git
synced 2025-02-21 10:58:14 +00:00
Involves some adjustments necessary for the code to compile with the version of Nim compiler (1.2.6) provided by latest status-im/nimbus-build-system and to be compatible with latest status-im/nim-chronos. Does not include "transport" code added with respect to asynchronous channels introduced in https://github.com/status-im/nim-chronos/pull/45. That code will likely be added to this repo in the future. Note that at present vendor/nim-chronos points to a GitHub fork of status-im/nim-chronos as two small changes were needed in vendor/nim-chronos. See: https://github.com/status-im/nim-chronos/pull/154.
15 lines
504 B
Plaintext
15 lines
504 B
Plaintext
[submodule "vendor/nimbus-build-system"]
|
|
path = vendor/nimbus-build-system
|
|
url = https://github.com/status-im/nimbus-build-system.git
|
|
branch = master
|
|
ignore = dirty
|
|
[submodule "vendor/nim-stew"]
|
|
path = vendor/nim-stew
|
|
url = https://github.com/status-im/nim-stew.git
|
|
[submodule "vendor/nim-bearssl"]
|
|
path = vendor/nim-bearssl
|
|
url = https://github.com/status-im/nim-bearssl.git
|
|
[submodule "vendor/nim-chronos"]
|
|
path = vendor/nim-chronos
|
|
url = https://github.com/michaelsbradleyjr/nim-chronos.git
|