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