[swift-inspect] bump swift-argument-parser version to 1.5.0

This commit is contained in:
Andrew Rogers
2025-01-22 14:30:23 -08:00
parent 509a07767b
commit 9792a07b66

View File

@@ -50,7 +50,7 @@ let package = Package(
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
]
} else {
package.dependencies += [.package(path: "../../../swift-argument-parser")]