Skip to content

Commit 528b951

Browse files
committed
Upgrade Argument Parser to 1.1.0
Use the latest argument parser with the maximum backward compatility in the package manifest.
1 parent eaf673b commit 528b951

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.1
22

33
import PackageDescription
44

55
let package = Package(
66
name: "FileCheck",
7+
platforms: [.macOS(.v10_15)],
78
products: [
89
.executable(name: "filecheck",
910
targets: ["filecheck-tool"]),
@@ -12,7 +13,7 @@ let package = Package(
1213
targets: ["FileCheck"]),
1314
],
1415
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.1"),
16+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.0"),
1617
.package(url: "https://github.com/mxcl/Chalk.git", from: "0.1.0"),
1718
],
1819
targets: [

0 commit comments

Comments
 (0)