Skip to content

Commit 4fe662f

Browse files
Update dependency rules_cc to v0.1.4
1 parent 366240b commit 4fe662f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/smoke/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ proto_bazel_features(name = "proto_bazel_features")
1919

2020
http_archive(
2121
name = "rules_cc",
22-
sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
23-
strip_prefix = "rules_cc-0.0.17",
24-
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
22+
sha256 = "0d3b4f984c4c2e1acfd1378e0148d35caf2ef1d9eb95b688f8e19ce0c41bdf5b",
23+
strip_prefix = "rules_cc-0.1.4",
24+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.4/rules_cc-0.1.4.tar.gz"],
2525
)
2626

2727
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")

0 commit comments

Comments
 (0)