From 4aa69e91d953718be18efe61095d34f6e547a46c Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sun, 19 Oct 2025 12:17:32 +0200 Subject: [PATCH] one more --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index 9550dae5c..32ba55c7e 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#0.1.0" + "https://github.com/vacp2p/mix#v0.1.0" ### Helper functions proc buildModule(filePath, params = "", lang = "c"): bool =