File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ let package = Package(
5151if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
5252 // Building standalone, so fetch all dependencies remotely.
5353 package . dependencies += [
54- . package ( url: " https://github.com/apple/swift-cmark.git " , . branch ( " release/5.9 " ) ) ,
54+ . package ( url: " https://github.com/apple/swift-cmark.git " , . upToNextMinor ( from : " 0.3.0 " ) ) ,
5555 . package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 1.0.1 " ) ) ,
5656 ]
5757} else {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ let package = Package(
5151if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
5252 // Building standalone, so fetch all dependencies remotely.
5353 package . dependencies += [
54- . package ( url: " https://github.com/apple/swift-cmark.git " , . branch ( " release/5.9 " ) ) ,
54+ . package ( url: " https://github.com/apple/swift-cmark.git " , . upToNextMinor ( from : " 0.3.0 " ) ) ,
5555 . package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 1.0.1 " ) ) ,
5656 ]
5757
You can’t perform that action at this time.
0 commit comments