File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -802,9 +802,9 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
802
802
. package ( url: " https://github.com/apple/swift-driver.git " , branch: relatedDependenciesBranch) ,
803
803
. package ( url: " https://github.com/apple/swift-crypto.git " , . upToNextMinor( from: " 3.0.0 " ) ) ,
804
804
. package ( url: " https://github.com/apple/swift-syntax.git " , branch: relatedDependenciesBranch) ,
805
- . package ( url: " https://github.com/apple/swift-system.git " , . upToNextMinor ( from : " 1.1.1 " ) ) ,
805
+ . package ( url: " https://github.com/apple/swift-system.git " , " 1.1.1 " ..< " 1.4.0 " ) ,
806
806
. package ( url: " https://github.com/apple/swift-collections.git " , " 1.0.1 " ..< " 1.2.0 " ) ,
807
- . package ( url: " https://github.com/apple/swift-certificates.git " , . upToNextMinor ( from : " 1.0.1 " ) ) ,
807
+ . package ( url: " https://github.com/apple/swift-certificates.git " , " 1.0.1 " ..< " 1.4.0 " ) ,
808
808
]
809
809
} else {
810
810
package . dependencies += [
You can’t perform that action at this time.
0 commit comments