From 2978d3d525549384d7122f710d344dc5064c6aad Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 20 Oct 2025 14:51:02 +1100 Subject: [PATCH] Update commit hash after rebase --- examples/nimble/example.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nimble/example.nimble b/examples/nimble/example.nimble index 0ab38391a..ea61eb6cd 100644 --- a/examples/nimble/example.nimble +++ b/examples/nimble/example.nimble @@ -12,7 +12,7 @@ bin = @["example"] requires "chronos" requires "results" -requires "waku#2073b5518b074408e6cf23c6f890c82d0c88ea56" +requires "waku#8066b96aebcb7875c021e13ab71d3cab6329a0e8" import os @@ -31,4 +31,4 @@ proc ensureRln(libFile: string = "build/librln.a", version = "v0.8.0") = echo "RLN library already exists: " & libFile before build: - ensureRln() \ No newline at end of file + ensureRln()