mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-06 14:59:30 +00:00
provide explicit commits for lsquic and jwt
This commit is contained in:
parent
af0b7b8563
commit
66ffc8c253
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user