Skip to content

Commit f36c9f6

Browse files
committed
Fix swift-syntax version clash with swift-bundler
1 parent e4923b8 commit f36c9f6

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

Examples/Package.resolved

Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
.package(name: "swift-cross-ui", path: ".."),
2121
.package(
2222
url: "https://github.com/stackotter/swift-bundler",
23-
revision: "d42d7ffda684cfed9edcfd3581b8127f1dc55c2e"
23+
revision: "02cccab9050c0df9df032cd96756e890c570b653"
2424
),
2525
],
2626
targets: [

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ let package = Package(
100100
),
101101
.package(
102102
url: "https://github.com/swiftlang/swift-syntax.git",
103-
from: "600.0.0"
103+
from: "601.0.0"
104104
),
105105
.package(
106106
url: "https://github.com/stackotter/swift-macro-toolkit",
107-
.upToNextMinor(from: "0.6.0")
107+
.upToNextMinor(from: "0.7.0")
108108
),
109109
.package(
110110
url: "https://github.com/stackotter/swift-image-formats",

0 commit comments

Comments
 (0)