File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,10 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
263
263
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
264
264
package . dependencies += [
265
265
. package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " master " ) ) ,
266
- . package ( url: " https://github.com/apple/swift-argument-parser.git " , . exact( " 0.3.0 " ) ) ,
266
+ // The 'swift-argument-parser' version declared here must match that
267
+ // used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
268
+ // dependency version changes here with those projects.
269
+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , . upToNextMinor( from: " 0.3.0 " ) ) ,
267
270
. package ( url: " https://github.com/apple/swift-driver.git " , . branch( " master " ) ) ,
268
271
]
269
272
} else {
You can’t perform that action at this time.
0 commit comments