Skip to content

0.0.3

Compare
Choose a tag to compare
@comius comius released this 22 Sep 07:13
· 166 commits to main since this release

Release 0.0.3 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.3/rules_cc-0.0.3.tar.gz"],
    sha256 = "89a465c1866361d825fb5797ba9fae0b630612319594bc8be5b093a6d24aecbe",
    strip_prefix = "rules_cc-0.0.3",
)