use same lsquic and jwt as libp2p repo in 1.15.3

This commit is contained in:
Ivan FB 2026-04-14 02:26:59 +02:00
parent a8935a2a3b
commit 89339eaf96
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -61,8 +61,8 @@ 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"
requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"
requires "https://github.com/vacp2p/nim-lsquic#6ae249c5d9f5eba9999704e1ffe77483cbf8fcdd"
requires "https://github.com/vacp2p/nim-jwt.git#18f8378de52b241f321c1f9ea905456e89b95c6f"
proc getMyCPU(): string =
## Need to set cpu more explicit manner to avoid arch issues between dependencies