Skip to content

Commit c743a2c

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,12 @@ 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(
270+
url: "https://github.com/apple/swift-argument-parser.git",
271+
.upToNextMinor(from: "0.3.1")),
267272
.package(url: "https://github.com/apple/swift-driver.git", .branch("master")),
268273
]
269274
} else {

0 commit comments

Comments
 (0)