Skip to content

Commit c2110a0

Browse files
committed
chore: fix stardoc targets
We need to pick up bazel-contrib/bazel_features#33
1 parent f889a1b commit c2110a0

File tree

3 files changed

+456
-290
lines changed

3 files changed

+456
-290
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99

1010
bazel_dep(name = "rules_license", version = "0.0.7")
1111
bazel_dep(name = "bazel_skylib", version = "1.3.0")
12-
bazel_dep(name = "bazel_features", version = "1.2.0")
12+
bazel_dep(name = "bazel_features", version = "1.4.1")
1313

1414
# Dependencies needed in tests
1515
bazel_dep(name = "stardoc", version = "0.5.6", dev_dependency = True, repo_name = "io_bazel_stardoc")

0 commit comments

Comments
 (0)