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 c570b58 commit dfb10b7Copy full SHA for dfb10b7
Package@swift-5.5.swift
@@ -55,7 +55,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
55
// Building standalone, so fetch all dependencies remotely.
56
package.dependencies += [
57
.package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")),
58
- .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.4")),
+ .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
59
]
60
} else {
61
// Building in the Swift.org CI system, so rely on local versions of dependencies.
0 commit comments