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.
2 parents eed56be + 5a546c7 commit 13b1e47Copy full SHA for 13b1e47
Package.swift
@@ -267,7 +267,7 @@ let package = Package(
267
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
268
// Building standalone.
269
package.dependencies += [
270
- .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2"))
+ .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2")
271
]
272
} else {
273
0 commit comments