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 68b7188 commit 8392988Copy full SHA for 8392988
Package.swift
@@ -263,7 +263,7 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
263
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
264
package.dependencies += [
265
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
266
- .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.0")),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .exact("0.3.0")),
267
.package(url: "https://github.com/apple/swift-driver.git", .branch("master")),
268
]
269
} else {
0 commit comments