Skip to content

Commit f7d2f5e

Browse files
itsjoshparkalejandro-isaza
authored andcommitted
Update swift-argument-parser to latest minor version
This will also make ml-stable-diffusion more tolerant with regard to which swift-argument-parser version it needs, resulting in fewer version conflicts in Xcode projects.
1 parent d456a97 commit f7d2f5e

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
@@ -18,7 +18,7 @@ let package = Package(
1818
targets: ["StableDiffusionCLI"])
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.2.0")
21+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.3")
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)