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 b8d0de2 commit a2401a7Copy full SHA for a2401a7
Package.swift
@@ -27,7 +27,7 @@ let package = Package(
27
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
28
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
29
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.2.0"),
30
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
31
],
32
targets: [
33
.target(
0 commit comments