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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0138fdSv6Xhv2KjhiyYR4SAu
This commit is contained in:
Ivan FB 2026-07-12 17:15:46 +02:00
parent 53c084dfdb
commit f775e6cb64
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
2 changed files with 6 additions and 5 deletions

View File

@ -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"

View File

@ -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": {