Skip to content

Commit 053f899

Browse files
Update WORKSPACE for rules_proto v6
1 parent 7dfe92f commit 053f899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WORKSPACE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ http_archive(
5555
],
5656
)
5757

58-
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
58+
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
5959

6060
rules_proto_dependencies()
6161

62+
load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
63+
6264
rules_proto_toolchains()
6365

6466
http_archive(

0 commit comments

Comments
 (0)