File tree 2 files changed +12
-17
lines changed
2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "object" : {
3
- "pins" : [
4
- {
5
- "package" : " swift-syntax" ,
6
- "repositoryURL" : " https://github.com/apple/swift-syntax.git" ,
7
- "state" : {
8
- "branch" : null ,
9
- "revision" : " 7bb5231dad28c6dceabf7a439867f39d2c105e4f" ,
10
- "version" : " 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-09-05-a"
11
- }
2
+ "pins" : [
3
+ {
4
+ "identity" : " swift-syntax" ,
5
+ "kind" : " remoteSourceControl" ,
6
+ "location" : " https://github.com/apple/swift-syntax.git" ,
7
+ "state" : {
8
+ "revision" : " 74203046135342e4a4a627476dd6caf8b28fe11b" ,
9
+ "version" : " 509.0.0"
12
10
}
13
- ]
14
- } ,
15
- "version" : 1
11
+ }
12
+ ] ,
13
+ "version" : 2
16
14
}
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ let package = Package(
21
21
) ,
22
22
] ,
23
23
dependencies: [
24
- . package (
25
- url: " https://github.com/apple/swift-syntax.git " ,
26
- from: " 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-09-05-a "
27
- )
24
+ . package ( url: " https://github.com/apple/swift-syntax.git " , from: " 509.0.0 " )
28
25
] ,
29
26
targets: [
30
27
. target(
You can’t perform that action at this time.
0 commit comments