Skip to content

Commit 240f325

Browse files
chore(deps): update dependency rules_cc to v0.2.14
1 parent f728171 commit 240f325

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.14/rules_cc-0.2.14.tar.gz"],
23+
sha256 = "a2fdfde2ab9b2176bd6a33afca14458039023edb1dd2e73e6823810809df4027",
24+
strip_prefix = "rules_cc-0.2.14",
2525
)
2626

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

0 commit comments

Comments
 (0)