Skip to content

Commit

Permalink
Revert "Pin docc to a version that works for older swift versions."
Browse files Browse the repository at this point in the history
This reverts commit 1a4d15c.
  • Loading branch information
thomasvl committed Aug 29, 2024
1 parent f3b1a7d commit 788f1b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ let package = Package(
),
],
dependencies: [
// Don't allow 1.4.x for now, appears to break with Swift 5.8 on Linux.
// https://github.com/swiftlang/swift-docc-plugin/issues/92
.package(url: "https://github.com/swiftlang/swift-docc-plugin", .upToNextMinor(from: "1.3.0")),
// .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 788f1b0

Please sign in to comment.