chore: Bump dependencies for v0.31.0 (#2885)

* bump_dependencies.md: add nim-results dependency
* change imports stew/results to results
* switching to Nim 2.0.8
* waku.nimble: reflect the requirement nim 1.6.0 to 2.0.8
  Adding --mm:refc as nim 2.0 enables a new garbage collector that we're
  not yet ready to support
* adapt waku code to Nim 2.0
* gcsafe adaptations because Nim 2.0 is more strict
This commit is contained in:
Ivan FB
2024-07-09 13:14:28 +02:00
committed by GitHub
parent 8bfad3ab45
commit fd6a71cdd7
141 changed files with 239 additions and 227 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ when (NimMajor, NimMinor) < (1, 4):
else:
{.push raises: [].}
import chronicles, sequtils, stew/[results]
import chronicles, sequtils, results
import
waku/[waku_rln_relay/rln, waku_rln_relay/conversion_utils, factory/external_config]
@@ -3,7 +3,7 @@ when (NimMajor, NimMinor) < (1, 4):
else:
{.push raises: [].}
import chronicles, stew/[results], std/tempfiles
import chronicles, results, std/tempfiles
import
waku/[