From 5ae6b01cbbd5b80ff96c910fc2e390f32d54dd9a Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 20 Oct 2025 15:06:39 +1100 Subject: [PATCH] use new commit with correct nim-libp2p branch --- examples/nimble/example.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nimble/example.nimble b/examples/nimble/example.nimble index ea61eb6cd..08bc8090f 100644 --- a/examples/nimble/example.nimble +++ b/examples/nimble/example.nimble @@ -12,7 +12,7 @@ bin = @["example"] requires "chronos" requires "results" -requires "waku#8066b96aebcb7875c021e13ab71d3cab6329a0e8" +requires "waku#7351f209a7d4ce15068c8fb12807c58517101c81" import os