This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.22
0.0.22
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "f7f71c1f50b044b8cef4a775e069ee2fe12a520d741a61a9d801fc2ecddfb1f2",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.22/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
- Add explicit bazel configs for clippy and rustfmt. by @abrisco in #126
- Avoid using subshells by @abrisco in #128
- Replace ToString with Display by @abrisco in #127
- Updated dependencies to account for yanked
tower-http 0.1
by @abrisco in #130 - Minor cleanup to avoid returning
repository_ctx.path
where unnecessary by @abrisco in #129 - Updated dependencies by @abrisco in #131
- Updated dependencies to avoid yanked
cargo_toml
version. by @abrisco in #132 - Updated
rules_rust
by @abrisco in #133 - Fixed cargo test by @abrisco in #135
- Allow slashes in target-name part of labels by @illicitonion in #136
- Allow finding replacement registries from sources by @illicitonion in #137
- Updated
rules_rust
andcargo_toml
dependencies by @abrisco in #138 compile_data
for generated targets now include the entire package. by @abrisco in #139- Output full labels to add to WORKSPACE by @illicitonion in #140
- Updated dependencies by @abrisco in #141
- Release
v0.0.22
by @abrisco in #142
Full Changelog: 0.0.21...0.0.22