Skip to content

Commit

Permalink
Make deps target public
Browse files Browse the repository at this point in the history
rules_rust depends on this, and our stardoc build is sad if we don't
have a dep on it.
  • Loading branch information
illicitonion committed Jul 16, 2024
1 parent 88dc4be commit e29ce00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e29ce00

Please sign in to comment.