Skip to content

Commit

Permalink
Update package dependencies to version 0.4.1 and 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Dec 4, 2024
1 parent b774365 commit 92bd229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"originHash" : "aba63bdc14b9431049b57af2080cd340ba4da0baa6a3bfbb3ffb8740ed9dfed2",
"originHash" : "bc7c34d1616686cb22e09035aeeb5551c5e80702ce554c468202594ca218362a",
"pins" : [
{
"identity" : "eudi-lib-ios-iso18013-data-model",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git",
"state" : {
"revision" : "29f30a92427733db0c7b9cea9616607a1df24284",
"version" : "0.4.0"
"revision" : "cf0a7936ffd94698754c9aa611d0724c3b70b527",
"version" : "0.4.1"
}
},
{
"identity" : "eudi-lib-ios-iso18013-security",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-security.git",
"state" : {
"revision" : "6d335f19cb5bdb590bf2f5557c4d91dda146555b",
"version" : "0.3.0"
"revision" : "dca2b2aae09753cda3a1ac33d11e83dca40d2201",
"version" : "0.3.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["MdocDataTransfer18013"]),
],
dependencies: [
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-security.git", exact: "0.3.0"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-security.git", exact: "0.3.1"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 92bd229

Please sign in to comment.