Commit Graph

4 Commits

Author SHA1 Message Date
Csaba Kiraly 3afc006342
use ChronoSim version of nim-chronos
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2023-06-12 16:50:07 +02:00
Csaba Kiraly 9665df6ad6
update .nimble and .lock files to work
Make dht compile with new new (0.14+) nimble.

Compilation with Nimble <0.14 can't work, as
the many of the libraries on the dependency
tree are not version tagged. As we can't change
that, two paths remain:
1, use nimbus-build-system (i.e. git submodules)
2, use lock files introduced in nimble 0.14+
First was already working, this fixes second

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2023-06-05 15:02:28 +02:00
Csaba Kiraly e4862cd31a
fixing bearssl version in lockfile and in nimble file
It seems lockfile was generated wrong or not updated,
broken in 76bff752a2

setting it to version used in nimbus build system based build

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2023-06-03 00:35:41 +02:00
Ivan Yonchovski 36a49cdac4 Add setup files 2022-07-12 15:45:53 +03:00