Skip to content

0.0.14

Compare
Choose a tag to compare
@comius comius released this 06 Nov 16:14
· 13 commits to main since this release
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.14/rules_cc-0.0.14.tar.gz"],
    sha256 = "906e89286acc67c20819c3c88b3283de0d5868afda33635d70acae0de9777bb7",
    strip_prefix = "rules_cc-0.0.14",
)

What's Changed

New Contributors

Full Changelog: 0.0.13...0.0.14