From a0278340fdf348c6c909a32dc03d409763cb628c Mon Sep 17 00:00:00 2001 From: Ryan Tate Date: Fri, 20 Dec 2024 10:19:39 -0800 Subject: [PATCH] Fix/ios der encoding presentation signature (#69) Signed-off-by: Ryan Tate Co-authored-by: Simon Bihel Co-authored-by: Juliano Cezar Chagas Tavares --- Package.resolved | 4 ++-- Package.swift | 2 +- project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index fe1a3df..1201ee6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/spruceid/mobile-sdk-rs.git", "state" : { - "revision" : "7ff07f7630c149266bd8e4fd9546aef553f84ac3", - "version" : "0.4.1" + "revision" : "60467b604eeafe5faa824bcd5eecad41ea1efbeb", + "version" : "0.4.3" } }, { diff --git a/Package.swift b/Package.swift index 6200470..ee43ea1 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( targets: ["SpruceIDMobileSdk"]) ], dependencies: [ - .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.4.1"), + .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.4.3"), // .package(path: "../mobile-sdk-rs"), .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0") ], diff --git a/project.yml b/project.yml index 2b2fb9f..29e678b 100644 --- a/project.yml +++ b/project.yml @@ -4,7 +4,7 @@ options: packages: SpruceIDMobileSdkRs: url: https://github.com/spruceid/mobile-sdk-rs - from: 0.4.1 + from: 0.4.2 SwiftAlgorithms: url: https://github.com/apple/swift-algorithms from: 1.2.0