Update Package.swift
This commit is contained in:
parent
591a81532a
commit
f65aa01e50
|
@ -29,7 +29,7 @@ let package = Package(
|
|||
url: "https://gitlink.org.cn/dnrops/swift-argument-parser.git",
|
||||
.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", branch: "main"),
|
||||
.package(
|
||||
url: "https://gitlink.org.cn/dnrops/WasmTransformer",
|
||||
.upToNextMinor(from: "0.5.0")
|
||||
|
|
Loading…
Reference in New Issue