Skip to content

Commit

Permalink
Downgrade the swift-argument-parser (#5)
Browse files Browse the repository at this point in the history
* Downgrade parser
  • Loading branch information
philippzagar authored Nov 8, 2021
1 parent 89b9447 commit c2bb442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Apodini/ApodiniTypeInformation.git", .upToNextMinor(from: "0.2.0")),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.4.0")),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/omochi/FineJSON.git", from: "1.14.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0")
Expand Down

0 comments on commit c2bb442

Please sign in to comment.