github bazelbuild/rules_cc 0.0.12

latest releases: 0.2.4, 0.2.3, 0.1.5...
11 months ago
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.12/rules_cc-0.0.12.tar.gz"],
    sha256 = "b26168b9a13f094794982b832975eaf53cefc5dced5b3be7df6b8b794dc2744b",
    strip_prefix = "rules_cc-0.0.12",
)

Full Changelog: 0.0.11...0.0.12

Don't miss a new rules_cc release

NewReleases is sending notifications on new releases.