Skip to content

0.1.0

Compare
Choose a tag to compare
@comius comius released this 07 Nov 12:18
· 73 commits to main since this release

0.1.x releases are not updated, please continue to use the latest 0.0.x release.

We will continue to update 0.1.x line, once most of uses of cc_proto_library are migrated to @com_google_protobuf.

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 from defs.bzl

What's Changed

New Contributors

Full Changelog: 0.0.13...0.1.0