Compare commits

..

No commits in common. "d8f389b8dae9ae34b2ae311b4b3a548191ba37d8" and "279de9a2a48867cfaedea84ddd514bc71feefc08" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -6,11 +6,6 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
# 2.1.2 - 2024-03-27
## Fixed
- Bug in note selection when sending to a transparent recipient.
# 2.1.1 - 2024-03-27
## Fixed

View File

@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "8838b4f0ee4193349fed09f0248220d4ada271fc",
"version" : "0.7.3"
"revision" : "b393e397fdda8193b75deacc9bd50b6852346a24",
"version" : "0.7.2"
}
}
],

View File

@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.19.1"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.3")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.2")
],
targets: [
.target(