Skip to content

Commit

Permalink
depend on security package with upToNextMajor
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Nov 30, 2023
1 parent 296bd90 commit a4f854d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git",
"state" : {
"revision" : "d4fe40776d17727a40b7ef5403b64afe0dc6c05d",
"version" : "0.1.2"
"revision" : "56cab3a6841382748091b0c0202a7f6858842b33",
"version" : "0.1.3"
}
},
{
"identity" : "eudi-lib-ios-iso18013-security",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-security.git",
"state" : {
"revision" : "68e31dd168e3af20d676986892751a46db304b63",
"version" : "0.1.2"
"revision" : "6ac237d4341a606fb47f4287a6f197ed210b1fc1",
"version" : "0.1.3"
}
},
{
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", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-security.git", .upToNextMajor(from: "0.1.0")),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit a4f854d

Please sign in to comment.