Skip to content

Commit

Permalink
FFI bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKorba committed Dec 10, 2024
1 parent dd587ac commit 26ad508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi",
"state" : {
"revision" : "4be72b19a2262e56e7e5c2e09a618f4e2324263d"
"revision" : "64928ba88884285796be7ada87ec96c0f931d78d"
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let package = Package(
// .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", branch: "preview/account_uuids")
// .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "a04a3081dca0c35d503b68615077ecc18868c812")
// .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "78627722c39131fe57bfdf6645eab54a4760de40")
.package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "4be72b19a2262e56e7e5c2e09a618f4e2324263d")
// .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "4be72b19a2262e56e7e5c2e09a618f4e2324263d")
.package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "64928ba88884285796be7ada87ec96c0f931d78d")
],
targets: [
.target(
Expand Down

0 comments on commit 26ad508

Please sign in to comment.