We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3349489 commit f9d0911Copy full SHA for f9d0911
Package.swift
@@ -17,9 +17,7 @@ let package = Package(
17
.library(name: "AsyncSequenceValidation", targets: ["AsyncSequenceValidation"]),
18
.library(name: "_CAsyncSequenceValidationSupport", type: .static, targets: ["AsyncSequenceValidation"])
19
],
20
- dependencies: [
21
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
22
- ],
+ dependencies: [],
23
targets: [
24
.target(
25
name: "AsyncAlgorithms"),
0 commit comments