Skip to content

Commit dd45b02

Browse files
chore(deps): update dependency rules_cc to v0.0.10
1 parent 1cd9e36 commit dd45b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchain/deps.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ def bazel_toolchain_dependencies():
1919
if not native.existing_rule("rules_cc"):
2020
http_archive(
2121
name = "rules_cc",
22-
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"],
23-
sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
24-
strip_prefix = "rules_cc-0.0.9",
22+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz"],
23+
sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49",
24+
strip_prefix = "rules_cc-0.0.10",
2525
)
2626

2727
# Load bazel_skylib if the user has not defined them.

0 commit comments

Comments
 (0)