From fc07c2e8ce73b07249dadebf7fb1fa399a3c48db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:17:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20stardoc=20?= =?UTF-8?q?to=20v0.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d976311..d1e4ea7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1") # # TODO(aaronmondal): This should be a dev_dependency, but that currently breaks # the examples. -bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = False) +bazel_dep(name = "stardoc", version = "0.8.0", dev_dependency = False) # TODO(aaronmondal): We don't actually use this. Fix LRE upstream to make this # import optional.