Skip to content

Commit fab0007

Browse files
committed
Roll Back ArgumentParser Dependency
This matches the version number found in the rest of the Swift projects and also matches update-checkout which is pinned to version 1.0.3.
1 parent 6238c29 commit fab0007

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
@@ -201,7 +201,7 @@ let package = Package(
201201
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
202202
// Building standalone.
203203
package.dependencies += [
204-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
204+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
205205
]
206206
} else {
207207
package.dependencies += [

0 commit comments

Comments
 (0)