Skip to content

Commit

Permalink
Merge pull request #1570 from ahoppen/ahoppen/5.8/argument-parser-dep…
Browse files Browse the repository at this point in the history
…endency

[5.8] Relax version requirement for swift-argument-parser
  • Loading branch information
DougGregor committed May 15, 2023
2 parents cd793ad + 9d8e06c commit 2c49d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let package = Package(
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
// Building standalone.
package.dependencies += [
.package(url: "https://github.com/apple/swift-argument-parser.git", Version("1.0.1")..<Version("1.2.0")),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.1"),
]
} else {
package.dependencies += [
Expand Down

0 comments on commit 2c49d66

Please sign in to comment.