Production FFI
This commit is contained in:
parent
8858e46dc9
commit
bbaa1acdc1
|
@ -176,8 +176,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi",
|
||||
"state" : {
|
||||
"branch" : "preview/feature/note_commitment_tree_fix",
|
||||
"revision" : "c6cfebbdecaef25c53082ad536a1eed33489401a"
|
||||
"revision" : "221ee76cf1f35bcabfb4bb9b6d0763adb4d4a0b9",
|
||||
"version" : "0.14.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -16,8 +16,7 @@ let package = Package(
|
|||
dependencies: [
|
||||
.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: "preview/feature/note_commitment_tree_fix")
|
||||
.package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", exact: "0.14.0")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
Loading…
Reference in New Issue