Skip to content

0.0.13

Latest
Compare
Choose a tag to compare
@comius comius released this 09 Oct 16:25
· 7 commits to main since this release
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.13/rules_cc-0.0.13.tar.gz"],
    sha256 = "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80",
    strip_prefix = "rules_cc-0.0.13",
)

What's Changed

New Contributors

Full Changelog: 0.0.12...0.0.13