Skip to content

Commit 1023300

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

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: "1.0.1")),
46+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.4")),
4747
]
4848
} else {
4949
// Building in the Swift.org CI system, so rely on local versions of dependencies.

0 commit comments

Comments
 (0)