Production FFI

This commit is contained in:
Lukas Korba 2025-03-25 08:37:30 +01:00
parent 8858e46dc9
commit bbaa1acdc1
2 changed files with 3 additions and 4 deletions

View File

@ -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"
}
}
],

View File

@ -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(