This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
0.0.29
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "81a1e3f1db391ff69a252b00125676c85dce8c453da6d63b8a01a99db9d30d6a",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.29/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
- Fixed tests being non-hermetic by @abrisco in #181
- Limit
rust_srcs
glob. by @abrisco in #182 - Updated rules_rust by @abrisco in #183
- Allow bootstrapped binaries to work with
crates_vendor
by @abrisco in #184 - Fixed tracking incorrect dependency configurations by @abrisco in #185
- Unpin dependencies by @abrisco in #186
- Release
v0.0.29
by @abrisco in #187
Full Changelog: 0.0.28...0.0.29