Update zcash-light-client-ffi to fix an error with checkpoint depths.

See [zcash/librustzcash#963]
This commit is contained in:
Kris Nuttycombe 2023-09-11 19:16:17 -06:00
parent e28035292f
commit 457cc9a9e7
3 changed files with 3 additions and 5 deletions

View File

@ -158,8 +158,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "055b239fdd4218cdc9d7cbf354689f50891dc726",
"version" : "0.4.0-rc.1"
"revision" : "637d411b708cda64cf4b601548d2f70d2d2c324d",
}
}
],

View File

@ -113,8 +113,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "055b239fdd4218cdc9d7cbf354689f50891dc726",
"version" : "0.4.0-rc.1"
"revision" : "637d411b708cda64cf4b601548d2f70d2d2c324d"
}
}
],

View File

@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.14.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", from: "0.4.0-rc.1")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "637d411b708cda64cf4b601548d2f70d2d2c324d")
],
targets: [
.target(