This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.24
0.0.24
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "c2aea4516d9f744cfd758f2977e80dd71ddc2cdfe6ec0cb4f7d0aca19666f248",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.24/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 multi config dependencies only considering one by @abrisco in #149
- Release
v0.0.24
by @abrisco in #150
Full Changelog: 0.0.23...0.0.24