We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a9fc9 commit f88e3ffCopy full SHA for f88e3ff
Package.swift
@@ -25,7 +25,7 @@ let package = Package(
25
dependencies: [
26
// .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
27
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
28
- .package(url: "https://github.com/apple/swift-format", from: "508.0.0"),
+ .package(url: "https://github.com/apple/swift-format", "508.0.0"..<"510.0.0"),
29
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
30
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.0"),
31
.package(url: "https://github.com/dominicegginton/Spinner", from: "2.0.0"),
0 commit comments