Skip to content

Commit

Permalink
Pin to SwiftSyntax 509.0.0 release (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Sep 14, 2023
1 parent c8eead5 commit d1082c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
24 changes: 11 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "swift-syntax",
"repositoryURL": "https://github.com/apple/swift-syntax.git",
"state": {
"branch": null,
"revision": "7bb5231dad28c6dceabf7a439867f39d2c105e4f",
"version": "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-09-05-a"
}
"pins" : [
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
}
]
},
"version": 1
}
],
"version" : 2
}
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(
url: "https://github.com/apple/swift-syntax.git",
from: "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-09-05-a"
)
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit d1082c4

Please sign in to comment.