Skip to content

0.0.11

Compare
Choose a tag to compare
@comius comius released this 07 Oct 09:47
· 35 commits to main since this release

Loading rules_cc

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.11/rules_cc-0.0.11.tar.gz"],
    sha256 = "7e2a1f6c5dd908e6e88d7c80257c99d14e16fa985b56342287fddb6a32c435b5",
    strip_prefix = "rules_cc-0.0.11",
)

What's Changed

New Contributors

Full Changelog: 0.0.10...0.0.11