Skip to content

Commit

Permalink
Give library public visibility in bazel
Browse files Browse the repository at this point in the history
We want users of this package to see it.
  • Loading branch information
eguiraud committed Oct 1, 2023
1 parent 0025ab4 commit 44a7e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cc_library(
"@abseil-cpp//absl/container:flat_hash_map",
"@fmt//:fmt"
],
visibility = ["//tests:__pkg__"]
visibility = ["//visibility:public"]
)

cc_proto_library(
Expand Down

0 comments on commit 44a7e25

Please sign in to comment.