Skip to content

0.0.2

Compare
Choose a tag to compare
@oquenchil oquenchil released this 20 Jul 13:12
· 274 commits to main since this release

Release 0.0.2 of rules_cc

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.2/rules_cc-0.0.2.tar.gz"],
    sha256 = "58bff40957ace85c2de21ebfc72e53ed3a0d33af8cc20abd0ceec55c63be7de2",
)