FFI bump
This commit is contained in:
parent
99a31960b4
commit
fa9994918c
|
@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue