chore: use rln 0.9.0

This commit is contained in:
kaichaosun 2025-12-18 15:07:18 +08:00
parent 47550b9104
commit 198d0f0466
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -64,7 +64,7 @@ NIM_PARAMS := $(NIM_PARAMS) -d:git_version=\"$(GIT_VERSION)\"
build-waku-librln:
@echo "Start building waku librln"
$(MAKE) -C vendor/nwaku librln
$(eval NIM_PARAMS += --passL:./vendor/nwaku/librln_v0.7.0.a --passL:-lm)
$(eval NIM_PARAMS += --passL:./vendor/nwaku/librln_v0.9.0.a --passL:-lm)
@echo "Completed building librln"
build-waku-nat: