From fff782429b1a1afede9643253f6f29361a3ccd01 Mon Sep 17 00:00:00 2001 From: Mirza Garibovic Date: Mon, 9 Sep 2024 21:56:09 -0700 Subject: [PATCH] Change swift-argument-parser dependency from 'upToNextMinor' to 'from'. upToNextMinor is no longer needed since swift-argument-parser reached 1.0. Unblocks downstream projects from adopting a newer swift-argument-parser. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index dfb1cbe40..02cef3a3f 100644 --- a/Package.swift +++ b/Package.swift @@ -170,7 +170,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { // The 'swift-argument-parser' version declared here must match that // used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate // dependency version changes here with those projects. - .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")), + .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"), ] } else { package.dependencies += [