0.0.10
What's Changed
- Update dependency io_bazel_rules_go to v0.42.0 by @renovate-bot in #201
Full Changelog: 0.0.9...0.0.10
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.10/rules_cc-0.0.10.tar.gz"],
sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49",
strip_prefix = "rules_cc-0.0.10",
)