fix: relax nim-ffi floor to >= 0.1.3 (only library/ uses it) (#80)

This commit is contained in:
Darshan 2026-06-15 17:34:55 +05:30 committed by GitHub
parent 07491b28e6
commit b12f5ee07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,9 @@ requires "stew"
requires "stint"
requires "metrics"
requires "results"
requires "https://github.com/logos-messaging/nim-ffi >= 0.1.4"
# Only library/ (the FFI wrapper) uses nim-ffi, not core sds/. Keep the floor
# low so core-only consumers aren't forced up; nimble.lock pins library/'s version.
requires "https://github.com/logos-messaging/nim-ffi >= 0.1.3"
proc buildLibrary(
outLibNameAndExt: string,