0.0.14
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
- Restore compatibility with Bazel 6 by @meteorcloudy in #253
- add emscripten compiler config_setting by @zaucy in #198
- Remove redundant with_feature_set for sanitizers by @hauserx in #260
- Update README.md by @alexeagle in #234
- Deduplicate tools for
cc_tool_map
by @fmeum in #256 - Use sh rules from rules_shell by @comius in #265
New Contributors
Full Changelog: 0.0.13...0.0.14