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 164fa99 commit 9a90500Copy full SHA for 9a90500
Package.swift
@@ -43,7 +43,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
43
// Building standalone, so fetch all dependencies remotely.
44
package.dependencies += [
45
.package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")),
46
- .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")),
47
]
48
} else {
49
// Building in the Swift.org CI system, so rely on local versions of dependencies.
0 commit comments