Skip to content

Commit

Permalink
Update the zcash-light-client-ffi dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Aug 28, 2023
1 parent c2b904e commit 8f2962f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "c3b5f4ebee758b619aa81e844d791aa1fd35b918"
"revision" : "6a53c9e32520b46f8c70597e27b335105fabfc21"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "c3b5f4ebee758b619aa81e844d791aa1fd35b918"
"revision" : "6a53c9e32520b46f8c70597e27b335105fabfc21"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.14.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "c3b5f4ebee758b619aa81e844d791aa1fd35b918")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "6a53c9e32520b46f8c70597e27b335105fabfc21")
],
targets: [
.target(
Expand Down

0 comments on commit 8f2962f

Please sign in to comment.