Skip to content

Commit

Permalink
Drop docc dep.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
thomasvl committed Sep 24, 2024
1 parent ba68a8e commit bc9606d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc9606d

Please sign in to comment.