Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 2d0ed7b

Browse files
authored
Merge pull request #10 from unsignedapps/tech/upgrade-swift-argument-parser
Upgraded to Swift Argument Parser 0.1.0
2 parents f344957 + bb8cdba commit 2d0ed7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
],
1717

1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.0.6"),
19+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.1.0"),
2020
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("release/5.3")),
2121
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.1.3"),
2222
],

0 commit comments

Comments
 (0)