File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
747
747
// dependency version changes here with those projects.
748
748
. package ( url: " https://github.com/apple/swift-argument-parser.git " , . upToNextMinor( from: " 1.2.2 " ) ) ,
749
749
. package ( url: " https://github.com/apple/swift-driver.git " , branch: relatedDependenciesBranch) ,
750
- . package ( url: " https://github.com/apple/swift-crypto.git " , . upToNextMinor ( from : " 2.4.0 " ) ) ,
750
+ . package ( url: " https://github.com/apple/swift-crypto.git " , exact : " 2.4.0 " ) ,
751
751
. package ( url: " https://github.com/apple/swift-system.git " , . upToNextMinor( from: " 1.1.1 " ) ) ,
752
752
. package ( url: " https://github.com/apple/swift-collections.git " , . upToNextMinor( from: " 1.0.1 " ) ) ,
753
753
. package ( url: " https://github.com/apple/swift-certificates.git " , . upToNextMinor( from: " 0.1.0 " ) ) ,
You can’t perform that action at this time.
0 commit comments