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 c0b55ef commit f0ad11eCopy full SHA for f0ad11e
Package.swift
@@ -215,15 +215,15 @@ 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
- branch: "main"
+ Version("1.0.1")..<Version("1.2.0")
219
),
220
221
url: "https://github.com/apple/swift-syntax.git",
222
+ from: "508.0.0"
223
224
225
url: "https://github.com/apple/swift-tools-support-core.git",
226
+ from: "0.5.0"
227
228
]
229
} else {
0 commit comments