File tree 2 files changed +21
-23
lines changed
2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
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": "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
10
- "version": "1.4.0"
11
- }
12
- },
13
- {
14
- "package": "swift-blocks",
15
- "repositoryURL": "https://github.com/dirtyhenry/swift-blocks",
16
- "state": {
17
- "branch": null,
18
- "revision": "8a15ed6586db12bd404a458ee1c64406943d28e9",
19
- "version": "0.4.0"
20
- }
2
+ "pins" : [
3
+ {
4
+ "identity" : "swift-argument-parser",
5
+ "kind" : "remoteSourceControl",
6
+ "location" : "https://github.com/apple/swift-argument-parser",
7
+ "state" : {
8
+ "revision" : "41982a3656a71c768319979febd796c6fd111d5c",
9
+ "version" : "1.5.0"
21
10
}
22
- ]
23
- },
24
- "version": 1
11
+ },
12
+ {
13
+ "identity" : "swift-blocks",
14
+ "kind" : "remoteSourceControl",
15
+ "location" : "https://github.com/dirtyhenry/swift-blocks",
16
+ "state" : {
17
+ "branch" : "main",
18
+ "revision" : "ee7ff8205853d96feb0ea2a395835b8dc243897f"
19
+ }
20
+ }
21
+ ],
22
+ "version" : 2
25
23
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
13
13
dependencies: [
14
14
. package (
15
15
url: " https://github.com/dirtyhenry/swift-blocks " ,
16
- from : " 0.4.0 "
16
+ branch : " main "
17
17
) ,
18
18
. package (
19
19
url: " https://github.com/apple/swift-argument-parser " ,
You can’t perform that action at this time.
0 commit comments