Skip to content

Commit c2bb442

Browse files
authored
Downgrade the swift-argument-parser (#5)
* Downgrade parser
1 parent 89b9447 commit c2bb442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
// Dependencies declare other packages that this package depends on.
3131
.package(url: "https://github.com/Apodini/ApodiniTypeInformation.git", .upToNextMinor(from: "0.2.0")),
3232
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
33-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
33+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.0")),
3434
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
3535
.package(url: "https://github.com/omochi/FineJSON.git", from: "1.14.0"),
3636
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0")

0 commit comments

Comments
 (0)