Skip to content

Commit

Permalink
point to branch that has the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pacu committed Aug 24, 2022
1 parent 443ee42 commit 6290dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"repositoryURL": "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state": {
"branch": "shield_funds_to_zip_316",
"revision": "74bff538185dc667746284bc0da0862fc2e58d53",
"revision": "63e26a09715486a9ac378e7276cf4f2c09044c57",
"version": null
}
}
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.8.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.13.0"),
.package(name:"libzcashlc", url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", branch: "shield_funds_to_zip_316"),
.package(name:"libzcashlc", url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", branch: "bin/shield_funds_to_zip_316"),
],
targets: [
.target(
Expand Down

0 comments on commit 6290dcf

Please # to comment.