Skip to content

Commit 72a33d7

Browse files
committed
also relax in swift-6.2 package swift, which gets picked up by newer versions
1 parent fd92703 commit 72a33d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package@swift-6.2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
],
4949
traits: [tracingTrait],
5050
dependencies: [
51-
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0")
51+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"604.0.0")
5252
],
5353
targets: [
5454
.target(

0 commit comments

Comments
 (0)