This commit is contained in:
Lukas Korba 2025-03-10 18:04:33 +01:00
parent 99a31960b4
commit fa9994918c
2 changed files with 3 additions and 3 deletions

View File

@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi",
"state" : {
"branch" : "feature/transparent_gap_limit_handling",
"revision" : "04655237d272585dad9c2121ff9451e11204c545"
"branch" : "preview/feature/transparent_gap_limit_handling",
"revision" : "be84ad9c2ed99432fd964902fe3f31af29a81448"
}
}
],

View File

@ -17,7 +17,7 @@ let package = Package(
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.24.2"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.3"),
// .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", exact: "0.13.0")
.package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", branch: "feature/transparent_gap_limit_handling")
.package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", branch: "preview/feature/transparent_gap_limit_handling")
],
targets: [
.target(