Skip to content

Commit c8744ef

Browse files
hzellerlromor
authored andcommitted
rules_cc: no local patch needed anymore, released contains it.
1 parent 89bcfc3 commit c8744ef

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

MODULE.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ module(
44
)
55

66
# Bazel C/C++ language rules and deps.
7-
bazel_dep(name = "rules_cc", version = "0.0.16")
8-
git_override(
9-
module_name = "rules_cc",
10-
commit = "d74915024017250e46d95e91a3defc34174effe0",
11-
remote = "https://github.com/bazelbuild/rules_cc",
12-
)
13-
7+
bazel_dep(name = "rules_cc", version = "0.1.2")
148
bazel_dep(name = "abseil-cpp", version = "20240722.0.bcr.2")
159
bazel_dep(name = "googletest", version = "1.15.2")
1610
bazel_dep(name = "rapidjson", version = "1.1.0.bcr.20241007")

0 commit comments

Comments
 (0)