Skip to content

Commit

Permalink
chore: fix stardoc targets (#209)
Browse files Browse the repository at this point in the history
https://github.com/bazelbuild/rules_proto/commits/main/ has been red
since Feb 12.

We need to pick up
bazel-contrib/bazel_features#33 to fix it.

Allows the 6.0.0 release to complete.
  • Loading branch information
alexeagle committed Apr 25, 2024
1 parent f889a1b commit d205d37
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 290 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module(

bazel_dep(name = "rules_license", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "bazel_features", version = "1.2.0")
bazel_dep(name = "bazel_features", version = "1.4.1")

# Dependencies needed in tests
bazel_dep(name = "stardoc", version = "0.5.6", dev_dependency = True, repo_name = "io_bazel_stardoc")
Expand Down
Loading

0 comments on commit d205d37

Please sign in to comment.