Skip to content

Commit 419c52e

Browse files
committed
Relax swift argument parser version
1 parent 77406c4 commit 419c52e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ let package = Package(
3838
),
3939
.package(
4040
url: "https://github.com/apple/swift-argument-parser.git",
41-
from: "1.5.0"
41+
from: "1.4.0"
4242
),
4343
.package(
4444
url: "https://github.com/jkrukowski/swift-sentencepiece",
45-
from: "0.0.5"
45+
from: "0.0.6"
4646
),
4747
.package(
4848
url: "https://github.com/tuist/Command.git",

0 commit comments

Comments
 (0)