Skip to content

Commit 5b50746

Browse files
chore: make //stdlib:stdlib publicly visible (used from go-jsonnet)
1 parent 2b01881 commit 5b50746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:private"])
33
filegroup(
44
name = "stdlib",
55
srcs = ["std.jsonnet"],
6+
visibility = ["//visibility:public"],
67
)
78

89
cc_library(

0 commit comments

Comments
 (0)