Skip to content

Commit bc9606d

Browse files
committed
Drop docc dep.
This was added for things like the Swift Package Index, but isn't needed there any more. And swift-nio also dropped this recently (https://github.com/apple/swift-nio/pull/28510).
1 parent ba68a8e commit bc9606d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ let package = Package(
3131
targets: ["SwiftProtobufPlugin"]
3232
),
3333
],
34-
dependencies: [
35-
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0")
36-
],
3734
targets: [
3835
.target(
3936
name: "SwiftProtobuf",

0 commit comments

Comments
 (0)