Skip to content

Commit bb0ea08

Browse files
authored
Widen swift-syntax dependency to 508.0.1..<510.0.0 (#795)
Making `assertInlineSnapshot` simply unavailable when another dependency locks to 508.0.1. I think there are too many significant changes in swift-syntax 509 to support the function in earlier versions.
1 parent 20ae4ee commit bb0ea08

File tree

2 files changed

+517
-484
lines changed

2 files changed

+517
-484
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
24+
.package(url: "https://github.com/apple/swift-syntax.git", "508.0.1"..<"510.0.0")
2525
],
2626
targets: [
2727
.target(

0 commit comments

Comments
 (0)