FFI 0.12.0 bump

- FFI version bumped to 0.12.0
This commit is contained in:
Lukas Korba 2024-12-17 09:49:45 +01:00
parent f16d098925
commit ce667eb18f
2 changed files with 3 additions and 2 deletions

View File

@ -176,7 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi",
"state" : {
"revision" : "2487d2cd04128c6e5d7a53d29b11d8c06197b840"
"revision" : "11b0db058288b12ada9c5a95ed56f17f82d2868f",
"version" : "0.12.0"
}
}
],

View File

@ -16,7 +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", revision: "2487d2cd04128c6e5d7a53d29b11d8c06197b840")
.package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", from: "0.12.0")
],
targets: [
.target(