Update argument parser
This commit is contained in:
parent
0bb53ea949
commit
3adefbf70e
2 changed files with 21 additions and 23 deletions
|
@ -1,25 +1,23 @@
|
|||
{
|
||||
"object": {
|
||||
"pins": [
|
||||
{
|
||||
"package": "RBBJSON",
|
||||
"repositoryURL": "https://github.com/robb/RBBJSON",
|
||||
"state": {
|
||||
"branch": "main",
|
||||
"revision": "102c970283e105d7c5be2e29630db29c808c20eb",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "swift-argument-parser",
|
||||
"repositoryURL": "https://github.com/apple/swift-argument-parser",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "92646c0cdbaca076c8d3d0207891785b3379cbff",
|
||||
"version": "0.3.1"
|
||||
}
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "rbbjson",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/robb/RBBJSON",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "102c970283e105d7c5be2e29630db29c808c20eb"
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"identity" : "swift-argument-parser",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-argument-parser",
|
||||
"state" : {
|
||||
"revision" : "9f39744e025c7d377987f30b03770805dcb0bcd1",
|
||||
"version" : "1.1.4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ let package = Package(
|
|||
.macOS("10.15.4"),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.3.1")),
|
||||
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
|
||||
.package(url: "https://github.com/robb/RBBJSON", branch: "main"),
|
||||
],
|
||||
targets: [
|
||||
|
|
Loading…
Add table
Reference in a new issue