Skip to content

Commit 643f3de

Browse files
authored
Merge pull request #827 from CodaFi/dont-bring-me-down
Roll Back ArgumentParser Dependency
2 parents acd3067 + fab0007 commit 643f3de

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)