From bf82da2672447482e51349b2bae813271a05f9bb Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Wed, 4 Sep 2024 12:58:59 +0100 Subject: [PATCH] Update mobile-sdk-rs --- Package.resolved | 9 +++++++++ Package.swift | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Package.resolved b/Package.resolved index 0c23b4e..82f273c 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,14 @@ { "pins" : [ + { + "identity" : "mobile-sdk-rs", + "kind" : "remoteSourceControl", + "location" : "https://github.com/spruceid/mobile-sdk-rs.git", + "state" : { + "revision" : "e8a1b7056989e4cb471281b464c1aeac298be97f", + "version" : "0.0.29" + } + }, { "identity" : "swift-algorithms", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index ed9a737..798581f 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( targets: ["SpruceIDMobileSdk"]) ], dependencies: [ - // .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.0.28"), - .package(path: "../mobile-sdk-rs"), + .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.0.29"), + // .package(path: "../mobile-sdk-rs"), .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0") ], targets: [