Ver Fonte

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).
Thomas Van Lenten há 1 ano atrás
pai
commit
bc9606da02
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      Package.swift

+ 0 - 3
Package.swift

@@ -31,9 +31,6 @@ let package = Package(
             targets: ["SwiftProtobufPlugin"]
         ),
     ],
-    dependencies: [
-        .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0")
-    ],
     targets: [
         .target(
             name: "SwiftProtobuf",