File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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(
Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments