Skip to content

Commit 1522f5d

Browse files
chore(deps): update dependency rules_cc to v0.2.13
1 parent e5352ee commit 1522f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchain/deps.bzl

Lines changed: 3 additions & 3 deletions
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.2.2/rules_cc-0.2.2.tar.gz"],
23-
sha256 = "e50f24506011841e2ac83d9733a0c7e058eb3a10a6e3e10baa9c7942ff5f4767",
24-
strip_prefix = "rules_cc-0.2.2",
22+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.13/rules_cc-0.2.13.tar.gz"],
23+
sha256 = "472ddca8cec1e64ad78e4f0cabbec55936a3baddbe7bef072764ca91504bd523",
24+
strip_prefix = "rules_cc-0.2.13",
2525
)
2626

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

0 commit comments

Comments
 (0)