Skip to content

Commit 2c49d66

Browse files
authored
Merge pull request #1570 from ahoppen/ahoppen/5.8/argument-parser-dependency
[5.8] Relax version requirement for swift-argument-parser
2 parents cd793ad + 9d8e06c commit 2c49d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ let package = Package(
198198
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
199199
// Building standalone.
200200
package.dependencies += [
201-
.package(url: "https://github.com/apple/swift-argument-parser.git", Version("1.0.1")..<Version("1.2.0")),
201+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.1"),
202202
]
203203
} else {
204204
package.dependencies += [

0 commit comments

Comments
 (0)