Skip to content

Commit 5e27213

Browse files
chore: bump nim-ffi to v0.2.0-rc.1 @ 7362bfd
The v0.2.0-rc.1 tag was re-pointed from c3d135f to 7362bfd (adds the internal cwire codec + ABI-format annotations; +1.4k lines). The generated libsds CBOR `sds_*` ABI is unchanged, so this is a drop-in nim-ffi bump — no nim-sds/library or sds-go-bindings change needed. - nimble.lock: ffi vcsRevision -> 7362bfd, checksum -> 544b7be2 (the from-source `setup -l` path). - nix/deps.nix: ffi rev -> 7362bfd, sha256 -> 0lwyzqcg… (the offline Nix build path). Validated: `nimble test` green (106 OK / 0 failed) and `nix build .#libsds` SuccessX, both against nim-ffi 7362bfd. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6fc82d3 commit 5e27213

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

nimble.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
},
225225
"ffi": {
226226
"version": "0.2.0",
227-
"vcsRevision": "c3d135f46f809e09602d44f48949c2a4b2688e37",
227+
"vcsRevision": "7362bfd212a8accb0706a4785f79edf8d89a7867",
228228
"url": "https://github.com/logos-messaging/nim-ffi",
229229
"downloadMethod": "git",
230230
"dependencies": [
@@ -234,7 +234,7 @@
234234
"cbor_serialization"
235235
],
236236
"checksums": {
237-
"sha1": "05f23ea84128482302e0ac43d6d55eab607f494c"
237+
"sha1": "544b7be2a2c6b3a7f41ee57baf5ddaff5f700b11"
238238
}
239239
}
240240
},

nix/deps.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124

125125
ffi = pkgs.fetchgit {
126126
url = "https://github.com/logos-messaging/nim-ffi";
127-
rev = "c3d135f46f809e09602d44f48949c2a4b2688e37";
128-
sha256 = "0463f7xpnjh14caxlxi3ipvkp6csgadc83jvlg41idg494bp0g8s";
127+
rev = "7362bfd212a8accb0706a4785f79edf8d89a7867";
128+
sha256 = "0lwyzqcg0m0mad64kyfbh9z5b1bf5ymksg7fzhzmfy9zq6jqwnns";
129129
fetchSubmodules = true;
130130
};
131131

0 commit comments

Comments
 (0)