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 acd41fd + 1c77ed9 commit 187ceedCopy full SHA for 187ceed
Package.swift
@@ -214,11 +214,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
214
// Building standalone.
215
package.dependencies += [
216
.package(
217
- url: "https://github.com/apple/swift-argument-parser.git",
218
- // This should be kept in sync with the same dependency used by
219
- // swift-syntax.
220
- .upToNextMinor(from: "1.2.2")
221
- ),
+ url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
222
223
url: "https://github.com/apple/swift-syntax.git",
224
branch: "main"
0 commit comments