Skip to content

Commit f6b016b

Browse files
committed
chore: run gazelle to add missing bzl_library
1 parent aca9176 commit f6b016b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ bzl_library(
4848
visibility = ["//visibility:public"],
4949
deps = ["//lib/private:utils"],
5050
)
51+
52+
bzl_library(
53+
name = "windows_utils",
54+
srcs = ["windows_utils.bzl"],
55+
visibility = ["//visibility:public"],
56+
)

version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"Constants to track versioning info"
22

3-
VERSION = "0.2.0"
3+
VERSION = "0.2.1"

0 commit comments

Comments
 (0)