0.1.0
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.1.0/rules_cc-0.1.0.tar.gz"],
sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59",
strip_prefix = "rules_cc-0.1.0",
)
Incompatible Changes
cc_proto_library
is removed fromdefs.bzl
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.1.0