Update Package.swift

This commit is contained in:
dnrops 2024-08-27 20:49:25 +08:00
parent 1b2abfd880
commit 5cac4aa586
1 changed files with 4 additions and 4 deletions

View File

@ -24,14 +24,14 @@ let package = Package(
.executable(name: "carton-plugin-helper", targets: ["carton-plugin-helper"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
.package(url: "https://gitlink.org.cn/dnrops/swift-log.git", from: "1.5.4"),
.package(
url: "https://github.com/apple/swift-argument-parser.git",
url: "https://gitlink.org.cn/dnrops/swift-argument-parser.git",
.upToNextMinor(from: "1.3.0")
),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.34.0"),
.package(url: "https://gitlink.org.cn/dnrops/swift-nio.git", from: "2.34.0"),
.package(
url: "https://github.com/swiftwasm/WasmTransformer",
url: "https://gitlink.org.cn/dnrops/WasmTransformer",
.upToNextMinor(from: "0.5.0")
),
],