This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.23
0.0.23
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "d9cc0620b20ca07c60a47b07206931a9c064f0e2475753a824e92a6928517a19",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.23/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
- Added support for
additive_build_file
annotations by @abrisco in #143 - Move
crates_repository
definition into it's own bzl file. by @abrisco in #144 - Updated dependencies by @abrisco in #145
- Updated dependencies by @abrisco in #146
- Fixed platform label templates not rendering custom labels by @abrisco in #147
- Release
v0.0.23
by @abrisco in #148
Full Changelog: 0.0.22...0.0.23