Skip to content

Commit

Permalink
Fix/ios der encoding presentation signature (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
Co-authored-by: Simon Bihel <[email protected]>
Co-authored-by: Juliano Cezar Chagas Tavares <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent dec0b28 commit a027834
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
],
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a027834

Please sign in to comment.