From e29ce008db1c166cc32ff8dbf9a0d00aff8c74a5 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Tue, 16 Jul 2024 13:09:12 +0200 Subject: [PATCH] Make deps target public rules_rust depends on this, and our stardoc build is sad if we don't have a dep on it. --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 4dc6414..4b332fb 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -25,6 +25,7 @@ bzl_library( bzl_library( name = "deps", srcs = ["deps.bzl"], + visibility = ["//visibility:public"], deps = [ "//private:repos", "@bazel_tools//tools/build_defs/repo:http.bzl",