mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-02 13:59:41 +00:00
fix: relax nim-ffi floor to >= 0.1.3 (only library/ uses it)
This commit is contained in:
parent
07491b28e6
commit
12f1d3b9bb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user