Update librustzcash to fix transparent balance issues.

This commit is contained in:
Kris Nuttycombe 2023-09-22 18:18:10 -06:00
parent 09c97184ec
commit d8b069fd15
3 changed files with 5 additions and 5 deletions

View File

@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "d085da2f5cae103fe88e727713071644a4bfa5a2",
"version" : "0.4.0-rc.3"
"revision" : "8eebc40ac69598c3c02344cf547e1005d5963b31",
"version" : "0.4.0-rc.4"
}
}
],

View File

@ -104,8 +104,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "d085da2f5cae103fe88e727713071644a4bfa5a2",
"version" : "0.4.0-rc.3"
"revision" : "8eebc40ac69598c3c02344cf547e1005d5963b31",
"version" : "0.4.0-rc.4"
}
}
],

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.3")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", from: "0.4.0-rc.4")
],
targets: [
.target(