Skip to content

Commit 90843d5

Browse files
committed
Update swift-argument-parser dependency
1 parent 5617043 commit 90843d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,10 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
263263
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
264264
package.dependencies += [
265265
.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.1")),
267270
.package(url: "https://github.com/apple/swift-driver.git", .branch("master")),
268271
]
269272
} else {

0 commit comments

Comments
 (0)