Skip to content

Commit

Permalink
Widen swift-syntax dependency to 508.0.1..<510.0.0 (pointfreeco#795)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stephencelis authored Oct 13, 2023
1 parent 20ae4ee commit bb0ea08
Show file tree
Hide file tree
Showing 2 changed files with 517 additions and 484 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
.package(url: "https://github.com/apple/swift-syntax.git", "508.0.1"..<"510.0.0")
],
targets: [
.target(
Expand Down
Loading

0 comments on commit bb0ea08

Please sign in to comment.