drop unneeded swift-argument-parser

This commit is contained in:
Eric Rosenberg 2025-01-21 16:35:31 +00:00
parent d1b04df581
commit 927ae8ce7b

View File

@ -242,7 +242,6 @@ let package = Package(
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-http-structured-headers.git", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
],