This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.5
0.0.5
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "fc903fa46ef442efde3def23a6d645d7e161303e2481e9fcb0a3757e4b3f74ce",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.5/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 missing 3rdparty directory in distro package by @abrisco in #30
- Release
v0.0.5
by @abrisco in #31
Full Changelog: 0.0.4...0.0.5