diff --git a/nimble.lock b/nimble.lock index 3520d20..790a560 100644 --- a/nimble.lock +++ b/nimble.lock @@ -209,8 +209,8 @@ } }, "ffi": { - "version": "0.1.6", - "vcsRevision": "d4c87c1f94c4678eea7d32a8f5f41c72420fadb6", + "version": "#v0.1.5-rc.1", + "vcsRevision": "e86b136e793adc9617e3c85ff4e8abe256a80100", "url": "https://github.com/logos-messaging/nim-ffi", "downloadMethod": "git", "dependencies": [ @@ -219,7 +219,7 @@ "taskpools" ], "checksums": { - "sha1": "fe9000d1246dc146ba1f5e87a09bf9314454871a" + "sha1": "301ae3a3a6889a1641a102a2c74798d1d82e6efb" } } }, diff --git a/sds.nimble b/sds.nimble index 78bddea..e55ca02 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 == 0.1.6" +requires "https://github.com/logos-messaging/nim-ffi#v0.1.5-rc.1" proc buildLibrary( outLibNameAndExt: string,