This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.27
0.0.27
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "3ea84b150599a9db92c918c7445912d67606eb9be98361be641bb3895796b3fa",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.27/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Pin example dependency by @abrisco in #172
- Various minor cleanups by @abrisco in #169
- Moved
select_with_or
out of generated module by @abrisco in #168 - Tag generated targets with
cargo-bazel
and asmanual
by @abrisco in #170 - Do not render BUILD files for local targets by @abrisco in #171
- Tag generated aliases as
manual
by @abrisco in #174 - Release
v0.0.27
by @abrisco in #175
Full Changelog: 0.0.26...0.0.27