0.0.11
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
- Update bcr configuration by @comius in #240
- Allow extra args to cc_sysroot by @keith in #244
- Add objc_compile to compile_actions by @keith in #245
- Make stardoc a dev dependency by @meteorcloudy in #249
- Fix empty glob in cc/private/BUILD by @Wyverald in #250
New Contributors
Full Changelog: 0.0.10...0.0.11