[#1202] Adopt latest FFI changes in SbS pre-release branch

- dependency update
This commit is contained in:
Lukas Korba 2023-08-18 12:18:19 +02:00
parent 819b5f3106
commit eb306739fa
2 changed files with 2 additions and 2 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

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