diff --git a/nimble.lock b/nimble.lock index 5d65591..ad7d9e3 100644 --- a/nimble.lock +++ b/nimble.lock @@ -315,7 +315,7 @@ } }, "ffi": { - "version": "#v0.1.4", + "version": "0.1.4", "vcsRevision": "fb25f069d2dfae2b543d79d2c1a81f197de22a2b", "url": "https://github.com/logos-messaging/nim-ffi", "downloadMethod": "git", diff --git a/sds.nimble b/sds.nimble index dbbfa38..25f65b4 100644 --- a/sds.nimble +++ b/sds.nimble @@ -16,7 +16,7 @@ requires "stew" requires "stint" requires "metrics" requires "results" -requires "https://github.com/logos-messaging/nim-ffi#v0.1.4" +requires "https://github.com/logos-messaging/nim-ffi >= 0.1.4" proc buildLibrary( outLibNameAndExt: string,