File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ let SwiftWin32 = Package(
1111 . executable( name: " Calculator " , targets: [ " Calculator " ] ) ,
1212 ] ,
1313 dependencies: [
14- // NOTE(compnerd) require main as no current release has support for the
15- // new CRT module.
16- . package ( url: " https://github.com/apple/swift-log.git " , branch: " main " ) ,
14+ . package ( url: " https://github.com/apple/swift-log.git " ,
15+ . upToNextMajor( from: " 1.4.3 " ) ) ,
1716 . package ( url: " https://github.com/apple/swift-collections.git " ,
1817 . upToNextMinor( from: " 1.0.0 " ) ) ,
1918 . package ( url: " https://github.com/compnerd/cassowary.git " , branch: " main " ) ,
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ let SwiftWin32 = Package(
1111 . executable( name: " Calculator " , targets: [ " Calculator " ] ) ,
1212 ] ,
1313 dependencies: [
14- // NOTE(compnerd) require main as no current release has support for the
15- // new CRT module.
16- . package ( url: " https://github.com/apple/swift-log.git " , . branch( " main " ) ) ,
14+ . package ( url: " https://github.com/apple/swift-log.git " ,
15+ . upToNextMajor( from: " 1.4.3 " ) ) ,
1716 . package ( url: " https://github.com/apple/swift-collections.git " ,
1817 . upToNextMinor( from: " 1.0.0 " ) ) ,
1918 . package ( url: " https://github.com/compnerd/cassowary.git " , . branch( " main " ) ) ,
You can’t perform that action at this time.
0 commit comments