This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.20
0.0.20
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "c7521d9ac12b2573669e2b03cf44c4900ec67458f9463d2e5451cdc5815f061d",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.20/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
- Updated rules_rust version by @abrisco in #116
- Updated
rules_rust
and Rust version to 1.58.0 by @abrisco in #117 - Updated test metadata by @abrisco in #118
- Fixed
rlib
crate type targets not being rendered by @abrisco in #119 - The Cargo resolver version is now configurable when using direct pkgs by @abrisco in #120
- Release
v0.0.20
by @abrisco in #121
Full Changelog: 0.0.19...0.0.20