Pin nim-ffi to v0.1.3 in waku.nimble

The requires entry had no tag, so the build resolved the latest tag
(v0.2.0). nim-ffi v0.2.0 changed `declareLibrary` to take an extra
`libType` argument, which breaks liblogosdelivery's single-arg
`declareLibrary("logosdelivery")` call and fails the build. Pin to
v0.1.3 to match nimble.lock until the typed-FFI migration lands.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ivan FB 2026-06-03 19:02:24 +02:00
parent 64a0ed7d96
commit 1960b5b36d
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -59,7 +59,7 @@ requires "nim >= 2.2.4",
"unittest2"
# Packages not on nimble (use git URLs)
requires "https://github.com/logos-messaging/nim-ffi"
requires "https://github.com/logos-messaging/nim-ffi#v0.1.3"
requires "https://github.com/logos-messaging/nim-sds.git#2e9a7683f0e180bf112135fae3a3803eed8490d4"