We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6238c29 commit fab0007Copy full SHA for fab0007
Package.swift
@@ -201,7 +201,7 @@ let package = Package(
201
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
202
// Building standalone.
203
package.dependencies += [
204
- .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
205
]
206
} else {
207
0 commit comments