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(
11
11
. executable( name: " Calculator " , targets: [ " Calculator " ] ) ,
12
12
] ,
13
13
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 " ) ) ,
17
16
. package ( url: " https://github.com/apple/swift-collections.git " ,
18
17
. upToNextMinor( from: " 1.0.0 " ) ) ,
19
18
. 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(
11
11
. executable( name: " Calculator " , targets: [ " Calculator " ] ) ,
12
12
] ,
13
13
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 " ) ) ,
17
16
. package ( url: " https://github.com/apple/swift-collections.git " ,
18
17
. upToNextMinor( from: " 1.0.0 " ) ) ,
19
18
. package ( url: " https://github.com/compnerd/cassowary.git " , . branch( " main " ) ) ,
You can’t perform that action at this time.
0 commit comments