From ea839df8578686d6ab6f84d9f417edae1d41d831 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sun, 19 Oct 2025 12:28:58 +0200 Subject: [PATCH] test --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index 32ba55c7e..406b6b87b 100644 --- a/waku.nimble +++ b/waku.nimble @@ -31,7 +31,7 @@ requires "nim >= 2.2.4", "results", "db_connector", "minilru", - "https://github.com/vacp2p/mix#v0.1.0" + "https://github.com/vacp2p/mix == 0.1.0" ### Helper functions proc buildModule(filePath, params = "", lang = "c"): bool =