From f775e6cb6487374a30e5ea4b5c9ca491032cf8c0 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sun, 12 Jul 2026 17:15:46 +0200 Subject: [PATCH] deps: bump nim-ffi to v0.2.1-rc.0 Pin to the v0.2.1-rc.0 release candidate (adds {.ffiExport.}: simple synchronous C exports). Lock updated to the tag's version, revision, checksum, and the added cbor_serialization dependency. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_0138fdSv6Xhv2KjhiyYR4SAu --- logos_delivery.nimble | 2 +- nimble.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/logos_delivery.nimble b/logos_delivery.nimble index 8c4d32cb5..5d848affe 100644 --- a/logos_delivery.nimble +++ b/logos_delivery.nimble @@ -61,7 +61,7 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) -requires "https://github.com/logos-messaging/nim-ffi#v0.1.3" +requires "https://github.com/logos-messaging/nim-ffi#v0.2.1-rc.0" requires "https://github.com/logos-messaging/nim-sds.git#b12f5ee07c5b764303b51fb948b32a4ade1de3b5" diff --git a/nimble.lock b/nimble.lock index 03bb7a434..a6fcd5cae 100644 --- a/nimble.lock +++ b/nimble.lock @@ -643,18 +643,19 @@ } }, "ffi": { - "version": "0.1.3", - "vcsRevision": "06111de155253b34e47ed2aaed1d61d08d62cc1b", + "version": "0.2.1", + "vcsRevision": "75b07269243fc0765ede1034cac28096cf350dc0", "url": "https://github.com/logos-messaging/nim-ffi", "downloadMethod": "git", "dependencies": [ "nim", "chronos", "chronicles", - "taskpools" + "taskpools", + "cbor_serialization" ], "checksums": { - "sha1": "6f9d49375ea1dc71add55c72ac80a808f238e5b0" + "sha1": "ab1e4972942a4cb1b264d27880c668038b2201ec" } }, "boringssl": {