Skip to content

Commit d1d3b3b

Browse files
committed
add deprecation attr to alias
1 parent 5d20c4a commit d1d3b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/proto/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ package(default_visibility = ["//visibility:public"])
2020
alias(
2121
name = "toolchain_type",
2222
actual = "@com_google_protobuf//bazel/private:python_toolchain_type",
23+
deprecation = "Use @com_google_protobuf//bazel/private:python_toolchain_type instead",
2324
)

0 commit comments

Comments
 (0)