Skip to content

Commit 6387eec

Browse files
authored
Update to swift-syntax 509.0.2 (#56)
Increases the minimum swift-syntax version to 509.0.2 in order to pick up a bug fix needed for linux testing, see: swiftlang/swift-syntax#2321 for more details.
1 parent 1b7b756 commit 6387eec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var package = Package(
1717
.library(name: "MMIO", targets: ["MMIO"])
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.1")
20+
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2")
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)