Update Package.swift

This commit is contained in:
dnrops 2024-08-27 20:55:01 +08:00
parent 5cac4aa586
commit aefa2fa0e1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ let package = Package(
.package(url: "https://gitlink.org.cn/dnrops/swift-log.git", from: "1.5.4"), .package(url: "https://gitlink.org.cn/dnrops/swift-log.git", from: "1.5.4"),
.package( .package(
url: "https://gitlink.org.cn/dnrops/swift-argument-parser.git", url: "https://gitlink.org.cn/dnrops/swift-argument-parser.git",
.upToNextMinor(from: "1.3.0") .upToNextMinor(from: "1.2.0")
), ),
.package(url: "https://gitlink.org.cn/dnrops/swift-nio.git", from: "2.34.0"), .package(url: "https://gitlink.org.cn/dnrops/swift-nio.git", from: "2.34.0"),
.package( .package(