This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.21
0.0.21
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "b96855a6de88238f53f9503eded7330cea1063e1855742654d21a2c4ea2624e1",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.21/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
- Reduce calls to Bazel in CI by @abrisco in #122
- Fixed broken
cargo_toml
dependency by @abrisco in #124 - Fixed rlib dependencies not being tracked as dependencies by @abrisco in #123
- Release
v0.0.21
by @abrisco in #125
Full Changelog: 0.0.20...0.0.21