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