Skip to content

Commit b19c77c

Browse files
committed
Remove unnecessary dependencies from the example MODULE.bazel
1 parent 110bf4d commit b19c77c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/hello_world/MODULE.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module(name = "hello_world_test")
22

33
bazel_dep(name = "rules_cc", version = "0.1.1")
4-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
5-
bazel_dep(name = "platforms", version = "0.0.11")
64
bazel_dep(name = "toolchains_cc")
75
local_path_override(
86
module_name = "toolchains_cc",

0 commit comments

Comments
 (0)