Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 00:09
0ecc4ae

0.0.6

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "60e3619bef0330047204de7b1d9e614f0b58f0cf50074650a09c31a95460ee62",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.6/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

  • Filter any existing Cargo config files for consistent rendering by @abrisco in #32
  • Release v0.0.6 by @abrisco in #33

Full Changelog: 0.0.5...0.0.6