chore: fix nimble requirement typo

This commit is contained in:
Jazz Turner-Baggs 2025-09-22 07:53:58 -07:00 committed by GitHub
parent 2691dcb325
commit 10e7aa179a

View File

@ -31,7 +31,7 @@ requires "nim >= 2.2.4",
"db_connector",
"minilru",
"quic",
"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 =