Skip to content

Commit 7b9bd27

Browse files
Revert "Revert "Update swift-argument-parser" (#18)" (#19)
This reverts commit 1023300.
1 parent 1023300 commit 7b9bd27

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
@@ -43,7 +43,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
4343
// Building standalone, so fetch all dependencies remotely.
4444
package.dependencies += [
4545
.package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")),
46-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.4")),
46+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
4747
]
4848
} else {
4949
// Building in the Swift.org CI system, so rely on local versions of dependencies.

0 commit comments

Comments
 (0)