mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-15 20:43:08 +00:00
chore: update waku
This commit is contained in:
parent
027c8dc157
commit
1bb038b002
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user