This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.16
0.0.16
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "39f9ab278baa0c419dd4225cbd7cb228992b6b65c6ed3a1107285a02056a4668",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.16/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
- lockfile digests now protect against local mods by @abrisco in #105
- Release
v0.0.16
by @abrisco in #106
Full Changelog: 0.0.15...0.0.16