Skip to content

Commit

Permalink
Update swift-argument-parser to latest minor version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
godly-devotion authored and alejandro-isaza committed Mar 12, 2024
1 parent d456a97 commit f7d2f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -18,7 +18,7 @@ let package = Package(
targets: ["StableDiffusionCLI"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.2.0")
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.3")
],
targets: [
.target(
Expand Down

0 comments on commit f7d2f5e

Please sign in to comment.