Skip to content

Commit 1802d04

Browse files
committed
chore(deps): update dependency rules_cc to v0.1.1
1 parent 580b965 commit 1802d04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module(
2222

2323
bazel_dep(name = "platforms", version = "0.0.11")
2424
bazel_dep(name = "bazel_skylib", version = "1.7.1")
25-
bazel_dep(name = "rules_cc", version = "0.0.17")
25+
bazel_dep(name = "rules_cc", version = "0.1.1")
2626
bazel_dep(name = "abseil-cpp", version = "20240722.1", repo_name = "com_google_absl")
2727
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
2828
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def gl_cpp_workspace0(name = None):
7171
http_archive,
7272
name = "rules_cc",
7373
urls = [
74-
"https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz",
74+
"https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz",
7575
],
76-
sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
77-
strip_prefix = "rules_cc-0.0.17",
76+
sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
77+
strip_prefix = "rules_cc-0.1.1",
7878
)
7979

8080
# protobuf requires this

0 commit comments

Comments
 (0)