provide explicit commits for lsquic and jwt

This commit is contained in:
Ivan FB 2026-03-30 02:00:20 +02:00
parent af0b7b8563
commit 66ffc8c253
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -38,7 +38,6 @@ requires "nim >= 2.2.4",
"json_rpc",
"presto",
"web3",
"jwt",
# Database
"db_connector",
"sqlite3_abi",
@ -58,6 +57,9 @@ requires "nim >= 2.2.4",
# Packages not on nimble (use git URLs)
requires "https://github.com/logos-messaging/nim-ffi"
requires "https://github.com/vacp2p/nim-lsquic#86b8efc703d06a493fa984b76e4ffb6ddde99c41"
requires "https://github.com/vacp2p/nim-jwt.git#18f8378de52b241f321c1f9ea905456e89b95c6f"
### Pinned dependencies — source of truth is nimble.lock
task install_pinned, "Install dependencies pinned in nimble.lock":