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 3330aaa + 79f7768 commit 9446389Copy full SHA for 9446389
Package.swift
@@ -215,7 +215,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
215
package.dependencies += [
216
.package(
217
url: "https://github.com/apple/swift-argument-parser.git",
218
- Version("1.0.1")..<Version("1.2.0")
+ from: "1.0.1"
219
),
220
221
url: "https://github.com/apple/swift-syntax.git",
0 commit comments