Skip to content

Commit

Permalink
feat: subtract the untested prerelease version of swift syntax from t…
Browse files Browse the repository at this point in the history
…he supporting range
  • Loading branch information
MojtabaHs committed Sep 21, 2024
1 parent b929e06 commit 3d01acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]),
],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"601.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"601.0.0-prerelease"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
.package(url: "https://github.com/swiftlang/swift-format", from: "509.0.0"),
Expand Down

0 comments on commit 3d01acf

Please sign in to comment.