Skip to content

Commit 79f7768

Browse files
committed
Relax version requirement for swift-argument-parser
This will make swift-format more tolerant with regard to which swift-argument-parser version it needs, resulting in fewer version conflicts for packages that depend on swift-format.
1 parent 3330aaa commit 79f7768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
215215
package.dependencies += [
216216
.package(
217217
url: "https://github.com/apple/swift-argument-parser.git",
218-
Version("1.0.1")..<Version("1.2.0")
218+
from: "1.0.1"
219219
),
220220
.package(
221221
url: "https://github.com/apple/swift-syntax.git",

0 commit comments

Comments
 (0)