Skip to content

Commit

Permalink
Merge pull request #47 from rhysm94/fix-swift-syntax-versioning
Browse files Browse the repository at this point in the history
Widens the Swift Syntax version
  • Loading branch information
MasterJ93 authored Nov 17, 2024
2 parents 76da9f3 + fa6af4f commit 274c495
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 @@ -27,7 +27,7 @@ let package = Package(
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/MasterJ93/SwiftCBOR.git", from: "0.4.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "509.0.0")
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0-prerelease")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 274c495

Please sign in to comment.