diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 7faaac3a..41c0a442 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -176,7 +176,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", "state" : { - "revision" : "4be72b19a2262e56e7e5c2e09a618f4e2324263d" + "revision" : "64928ba88884285796be7ada87ec96c0f931d78d" } } ], diff --git a/Package.swift b/Package.swift index d8bc1a7d..6fa85a33 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,8 @@ let package = Package( // .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", branch: "preview/account_uuids") // .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "a04a3081dca0c35d503b68615077ecc18868c812") // .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "78627722c39131fe57bfdf6645eab54a4760de40") - .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "4be72b19a2262e56e7e5c2e09a618f4e2324263d") +// .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "4be72b19a2262e56e7e5c2e09a618f4e2324263d") + .package(url: "https://github.com/Electric-Coin-Company/zcash-light-client-ffi", revision: "64928ba88884285796be7ada87ec96c0f931d78d") ], targets: [ .target(