Skip to content

Commit 76be47a

Browse files
committed
Bump swift-tools-version from 5.5 to 5.6
1 parent c496042 commit 76be47a

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

Package.resolved

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
2-
"object": {
3-
"pins": [
4-
{
5-
"package": "swift-argument-parser",
6-
"repositoryURL": "https://github.com/apple/swift-argument-parser",
7-
"state": {
8-
"branch": null,
9-
"revision": "d2930e8fcf9c33162b9fcc1d522bc975e2d4179b",
10-
"version": "1.0.1"
11-
}
2+
"pins" : [
3+
{
4+
"identity" : "swift-argument-parser",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/apple/swift-argument-parser",
7+
"state" : {
8+
"revision" : "d2930e8fcf9c33162b9fcc1d522bc975e2d4179b",
9+
"version" : "1.0.1"
1210
}
13-
]
14-
},
15-
"version": 1
11+
}
12+
],
13+
"version" : 2
1614
}

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.6
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)