Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit b9ea7ac

Browse files
authored
Update Package.swift (#698)
Jump to the latest swift-argument-parser as it is needed for Windows.
1 parent 894c52a commit b9ea7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
],
2424
dependencies: [
2525
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.10.0"),
26-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.2.0")),
26+
.package(url: "https://github.com/apple/swift-argument-parser", .branch("main")),
2727
.package(url: "https://github.com/google/swift-benchmark", .revision("f70bf472b00aeaa05e2374373568c2fe459c11c7")),
2828
],
2929
targets: [

0 commit comments

Comments
 (0)