From 6290dcf74fc3e281ec2406809d6757c54e227605 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 24 Aug 2022 18:16:27 -0300 Subject: [PATCH] point to branch that has the binaries --- Package.resolved | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.resolved b/Package.resolved index 57cf4987c..b8bf7c0f6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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 } } diff --git a/Package.swift b/Package.swift index 7efa2aadd..1cf60c8db 100644 --- a/Package.swift +++ b/Package.swift @@ -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(