From 198d0f04665ea310d177098698380daab8c28001 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Thu, 18 Dec 2025 15:07:18 +0800 Subject: [PATCH] chore: use rln 0.9.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ba4ebe..06fbd50 100644 --- a/Makefile +++ b/Makefile @@ -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: