chore: update waku

This commit is contained in:
kaichaosun 2025-09-24 11:04:46 +08:00
parent 027c8dc157
commit 1bb038b002
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -7,7 +7,7 @@ license = "MIT"
srcDir = "src"
### Dependencies
requires "nim >= 2.2.4", "chronicles", "chronos", "db_connector", "flatty", "waku#799793dba7ef78eba41582ed55db01a2d5d7500a"
requires "nim >= 2.2.4", "chronicles", "chronos", "db_connector", "flatty", "waku#0a7a51f4223fd99b501f9d3c03d63a9adc1232d8"
proc ensureRln(libFile: string = "build/librln.a", version = "v0.7.0") =
if not fileExists(libFile):
@ -35,4 +35,5 @@ task subscribe, "Run waku subscription service":
exec "nim c --passL:build/librln.a --passL:-lm -r apps/waku_subscriber.nim"
task publishing, "Run waku publishing service":
ensureRln()
exec "nim c --passL:build/librln.a --passL:-lm -r apps/waku_publisher.nim"