From 88c3fc8b0520651cb779a21340f17cd44b4df2e4 Mon Sep 17 00:00:00 2001 From: Franklin Schrans Date: Fri, 30 Aug 2024 09:30:38 +0100 Subject: [PATCH] Remove upper bound for swift-docc-plugin version (#458) Updates the swift-docc-plugin dependency to remove the upper bound (fixed by https://github.com/swiftlang/swift-docc-plugin/pull/96). ~~This PR is in a draft state so that we can verify that https://github.com/swiftlang/swift-docc-plugin/pull/96 resolves this issue in this project before merging and creating a tag.~~ We've created the tag and I updated the PR. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8b818114..cd039870 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-nio.git", from: "2.60.0"), .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"), - .package(url: "https://github.com/apple/swift-docc-plugin", "1.0.0"..<"1.4.0"), + .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), ], targets: [ .executableTarget(