From 01436c9a93cd1d690b665ed90d62aac203009032 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 7 Sep 2023 19:53:34 +0100 Subject: [PATCH] Update Rust dependencies with bugfixes The previous FFI repo revisions no longer exist; commits between 87faf91096b7abc9d1eacb5eaf3e6d7fc2ddb9ef and here will not build. --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- Package.resolved | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 a196219a..6edc0df8 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -158,7 +158,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi", "state" : { - "revision" : "6a53c9e32520b46f8c70597e27b335105fabfc21" + "revision" : "5c8475236b2599bb3cdab5d1dcf8caca5b85c004" } } ], diff --git a/Package.resolved b/Package.resolved index f964897f..a7a8cb09 100644 --- a/Package.resolved +++ b/Package.resolved @@ -113,7 +113,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi", "state" : { - "revision" : "6a53c9e32520b46f8c70597e27b335105fabfc21" + "revision" : "5c8475236b2599bb3cdab5d1dcf8caca5b85c004" } } ], diff --git a/Package.swift b/Package.swift index 8adc3a10..5d899479 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.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: "1411d9a839a62523997dae113150b2beccd6b3fc") + .package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "5c8475236b2599bb3cdab5d1dcf8caca5b85c004") ], targets: [ .target(