Skip to content

Commit 2ac8bdb

Browse files
Update swift-argument-parser (#3843)
1 parent f7f7836 commit 2ac8bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
545545
// The 'swift-argument-parser' version declared here must match that
546546
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
547547
// dependency version changes here with those projects.
548-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.3")),
548+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
549549
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
550550
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: minimumCryptoVersion)),
551551
]

0 commit comments

Comments
 (0)