Skip to content

Commit 8392988

Browse files
authored
Pin the argument parser dependency to 0.3.0 (#2909)
Version 0.3.1+ triggers an assertion, so we pin the previous version until we can investigate this further. #2907 (comment)
1 parent 68b7188 commit 8392988

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
@@ -263,7 +263,7 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
263263
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
264264
package.dependencies += [
265265
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
266-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.0")),
266+
.package(url: "https://github.com/apple/swift-argument-parser.git", .exact("0.3.0")),
267267
.package(url: "https://github.com/apple/swift-driver.git", .branch("master")),
268268
]
269269
} else {

0 commit comments

Comments
 (0)