Skip to content

Commit 88c3fc8

Browse files
authored
Remove upper bound for swift-docc-plugin version (#458)
Updates the swift-docc-plugin dependency to remove the upper bound (fixed by swiftlang/swift-docc-plugin#96). ~~This PR is in a draft state so that we can verify that swiftlang/swift-docc-plugin#96 resolves this issue in this project before merging and creating a tag.~~ We've created the tag and I updated the PR.
1 parent ee1d1aa commit 88c3fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
dependencies: [
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.60.0"),
2525
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
26-
.package(url: "https://github.com/apple/swift-docc-plugin", "1.0.0"..<"1.4.0"),
26+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2727
],
2828
targets: [
2929
.executableTarget(

0 commit comments

Comments
 (0)