From 77234d6fcf0e45f064dc7fec2786f19a0796b32f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 9 Nov 2021 20:06:53 -0800 Subject: [PATCH] Revert "Update swift-argument-parser" This reverts commit 9a9050095ec93853c0ed01930a9d108d79dc4776. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 893bf30c..c1153796 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: "1.0.1")), + .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.4")), ] } else { // Building in the Swift.org CI system, so rely on local versions of dependencies.