Merge pull request #1246 from nuttycom/feature/DAG-sync-release-prep

Update zcash-light-client-ffi dependency for release candidate prep.
This commit is contained in:
Lukas Korba 2023-09-12 07:51:51 +02:00 committed by GitHub
commit 3fbff96bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 566 additions and 420 deletions

File diff suppressed because it is too large Load Diff

View File

@ -158,7 +158,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "0a30d9a250819952fdb358b5bd8a5067b33f4287"
"revision" : "637d411b708cda64cf4b601548d2f70d2d2c324d",
}
}
],

View File

@ -113,7 +113,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "0a30d9a250819952fdb358b5bd8a5067b33f4287"
"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", revision: "0a30d9a250819952fdb358b5bd8a5067b33f4287")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "637d411b708cda64cf4b601548d2f70d2d2c324d")
],
targets: [
.target(