Skip to content

Commit

Permalink
Merge pull request #46 from outfoxx/task/pc-update-3.1
Browse files Browse the repository at this point in the history
Update to latest PotentCodables
  • Loading branch information
kdubb committed Jun 14, 2023
2 parents 67e71a8 + 8e7c833 commit cc10742
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
/Packages
/*.xcodeproj
/.swiftpm
/Package.resolved
/TestResults
.derived-data
79 changes: 79 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"object": {
"pins": [
{
"package": "BigInt",
"repositoryURL": "https://github.com/attaswift/BigInt.git",
"state": {
"branch": null,
"revision": "0ed110f7555c34ff468e72e1686e59721f2b0da6",
"version": "5.3.0"
}
},
{
"package": "Float16",
"repositoryURL": "https://github.com/SusanDoggie/Float16.git",
"state": {
"branch": null,
"revision": "936ae66adccf1c91bcaeeb9c0cddde78a13695c3",
"version": "1.1.1"
}
},
{
"package": "PotentCodables",
"repositoryURL": "https://github.com/outfoxx/PotentCodables.git",
"state": {
"branch": null,
"revision": "d37225decee833ecf77ecea1146a55a3c446c2ff",
"version": "3.1.0"
}
},
{
"package": "Regex",
"repositoryURL": "https://github.com/sharplet/Regex.git",
"state": {
"branch": null,
"revision": "76c2b73d4281d77fc3118391877efd1bf972f515",
"version": "2.1.1"
}
},
{
"package": "swift-collections",
"repositoryURL": "https://github.com/apple/swift-collections.git",
"state": {
"branch": null,
"revision": "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version": "1.0.4"
}
},
{
"package": "SwiftDocCPlugin",
"repositoryURL": "https://github.com/apple/swift-docc-plugin",
"state": {
"branch": null,
"revision": "3303b164430d9a7055ba484c8ead67a52f7b74f6",
"version": "1.0.0"
}
},
{
"package": "swift-numerics",
"repositoryURL": "https://github.com/apple/swift-numerics",
"state": {
"branch": null,
"revision": "0a5bc04095a675662cf24757cc0640aa2204253b",
"version": "1.0.2"
}
},
{
"package": "URITemplate",
"repositoryURL": "https://github.com/SwiftScream/URITemplate.git",
"state": {
"branch": null,
"revision": "c36e52f4c10fe3cb86f4ba723bb2e69308ab5bbe",
"version": "2.1.0"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/outfoxx/PotentCodables.git", .upToNextMinor(from: "3.0.0")),
.package(url: "https://github.com/outfoxx/PotentCodables.git", .upToNextMinor(from: "3.1.0")),
.package(url: "https://github.com/sharplet/Regex.git", .upToNextMinor(from: "2.1.0")),
.package(url: "https://github.com/SwiftScream/URITemplate.git", .upToNextMinor(from: "2.1.0"))
],
Expand Down

0 comments on commit cc10742

Please sign in to comment.