From 8b172976ba338aeb1730882ac0d968b4efeb2312 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 23 Sep 2025 14:51:12 +1000 Subject: [PATCH] re-add the `requires waku` --- 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 b5ec09ecd..25cbbbdd7 100644 --- a/examples/nimble/example.nimble +++ b/examples/nimble/example.nimble @@ -12,4 +12,4 @@ bin = @["example"] requires "chronos" requires "results" -# requires "waku" # commented as we add the head in the CI to test \ No newline at end of file +requires "waku" \ No newline at end of file