Skip to content

Commit 8163295

Browse files
authored
Bump swift-argument-parser to stable (#94)
1 parent 9cd897d commit 8163295

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/apple/swift-argument-parser",
77
"state": {
88
"branch": null,
9-
"revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca",
10-
"version": "0.5.0"
9+
"revision": "e1465042f195f374b94f915ba8ca49de24300a0d",
10+
"version": "1.0.2"
1111
}
1212
}
1313
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
targets: ["Benchmark"])
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.5.0"),
27+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
2828
],
2929
targets: [
3030
.target(

0 commit comments

Comments
 (0)