Update Rust dependencies with scanning and spending bugfixes

The previous FFI repo revisions no longer exist; commits between
87faf91096 and here will not build.
This commit is contained in:
Jack Grigg 2023-08-17 21:46:07 -07:00
parent a9f927393f
commit bc052872fd
3 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "728cede1b36eb24c5c6a41e509a0358c1bd97f9c"
"revision" : "c3b5f4ebee758b619aa81e844d791aa1fd35b918"
}
}
],

View File

@ -113,7 +113,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "728cede1b36eb24c5c6a41e509a0358c1bd97f9c"
"revision" : "c3b5f4ebee758b619aa81e844d791aa1fd35b918"
}
}
],

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", revision: "728cede1b36eb24c5c6a41e509a0358c1bd97f9c")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "c3b5f4ebee758b619aa81e844d791aa1fd35b918")
],
targets: [
.target(