Skip to content

Commit b12f5ee

Browse files
fix: relax nim-ffi floor to >= 0.1.3 (only library/ uses it) (#80)
1 parent 07491b2 commit b12f5ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sds.nimble

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ requires "stew"
1616
requires "stint"
1717
requires "metrics"
1818
requires "results"
19-
requires "https://github.com/logos-messaging/nim-ffi >= 0.1.4"
19+
# Only library/ (the FFI wrapper) uses nim-ffi, not core sds/. Keep the floor
20+
# low so core-only consumers aren't forced up; nimble.lock pins library/'s version.
21+
requires "https://github.com/logos-messaging/nim-ffi >= 0.1.3"
2022

2123
proc buildLibrary(
2224
outLibNameAndExt: string,

0 commit comments

Comments
 (0)