mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
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:
parent
64a0ed7d96
commit
1960b5b36d
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user