We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07491b2 commit b12f5eeCopy full SHA for b12f5ee
1 file changed
sds.nimble
@@ -16,7 +16,9 @@ requires "stew"
16
requires "stint"
17
requires "metrics"
18
requires "results"
19
-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
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"
22
23
proc buildLibrary(
24
outLibNameAndExt: string,
0 commit comments