Skip to content

Commit

Permalink
Remove upper bound for swift-docc-plugin version (#458)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
franklinsch committed Aug 30, 2024
1 parent ee1d1aa commit 88c3fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 88c3fc8

Please sign in to comment.