Skip to content

Commit f9d0911

Browse files
authored
Remove the docc plugin dependency from main (to make a docs branch) (apple#99)
1 parent 3349489 commit f9d0911

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ let package = Package(
1717
.library(name: "AsyncSequenceValidation", targets: ["AsyncSequenceValidation"]),
1818
.library(name: "_CAsyncSequenceValidationSupport", type: .static, targets: ["AsyncSequenceValidation"])
1919
],
20-
dependencies: [
21-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
22-
],
20+
dependencies: [],
2321
targets: [
2422
.target(
2523
name: "AsyncAlgorithms"),

0 commit comments

Comments
 (0)