Skip to content

Commit bc49c5b

Browse files
committed
fix: Swift 5.9-6.0 compatibility
1 parent 01bedd6 commit bc49c5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ let package = Package(
5151
dependencies: [
5252
.package(
5353
url: "https://github.com/stackotter/swift-macro-toolkit.git",
54-
"0.5.0"..<"0.9.0",
54+
"0.5.0"..<"0.9.0"
5555
),
5656
.package(
5757
url: "https://github.com/pointfreeco/swift-macro-testing.git",
5858
.upToNextMinor(from: "0.6.0")
59-
)
59+
),
6060
],
6161
targets: [
6262
.target(

Package@swift-5.9.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ let package = Package(
5151
dependencies: [
5252
.package(
5353
url: "https://github.com/stackotter/swift-macro-toolkit.git",
54-
"0.5.0"..<"0.9.0",
54+
"0.5.0"..<"0.9.0"
5555
),
5656
.package(
5757
url: "https://github.com/pointfreeco/swift-macro-testing.git",
5858
.upToNextMinor(from: "0.6.0")
59-
)
59+
),
6060
],
6161
targets: [
6262
.target(

0 commit comments

Comments
 (0)