From d21e22785aaefa452d3f97117e6bfba8c04222fc Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 29 Aug 2024 09:38:42 -0400 Subject: [PATCH] Revert "Pin docc to a version that works for older swift versions." This reverts commit 1a4d15cf54f5b405e31aa715399e6f1675616695. --- Package.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index abb9c1e37..e8de0369c 100644 --- a/Package.swift +++ b/Package.swift @@ -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(