Skip to content

Commit c8b369f

Browse files
authored
Bump swift-syntax upper bound to ..<604 (#47)
## Summary - Bump swift-syntax dependency upper bound from `..<"603.0.0"` to `..<"604.0.0"` to support swift-syntax 603
1 parent 9380af9 commit c8b369f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v5
103103

104104
- name: Run Swift Syntax Compatibility Check
105-
uses: davdroman/swift-macro-compatibility-check@from-version
105+
uses: davdroman/swift-macro-compatibility-check@main
106106
with:
107107
run-tests: false
108108
from-version: "601.0.0"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ package.dependencies += [
4242
.package(url: "https://github.com/davdroman/swift-builders", from: "0.10.0"),
4343
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
4444
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.6.0"),
45-
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"),
45+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"604.0.0"),
4646
]
4747

4848
for target in package.targets {

0 commit comments

Comments
 (0)