This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.26
0.0.26
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "a9782ce418d8b027226778262c377e4c9ca8109b4c53a0ec332f68f05eb98401",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.26/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
- Added stub for vendoring support. by @abrisco in #163
- Improved error messaging by @abrisco in #165
- Examples can now use bootstrapped binaries by @abrisco in #164
- Updated documentation by @abrisco in #166
- Release
v0.0.26
by @abrisco in #167
Full Changelog: 0.0.25...0.0.26