From 9a9050095ec93853c0ed01930a9d108d79dc4776 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 9 Nov 2021 00:34:43 -0800 Subject: [PATCH] Update swift-argument-parser --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c1153796..893bf30c 100644 --- a/Package.swift +++ b/Package.swift @@ -43,7 +43,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { // Building standalone, so fetch all dependencies remotely. package.dependencies += [ .package(url: "https://github.com/apple/swift-cmark.git", .branch("gfm")), - .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")), ] } else { // Building in the Swift.org CI system, so rely on local versions of dependencies.