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

v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 15:16
b6be9fe

0.0.2

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

  • Made binary aliases more unique as a crate can have multiple [[bin]] by @abrisco in #1
  • Workspace member aliases now include their version when dupes are found by @abrisco in #2
  • Updated rules_rust by @abrisco in #4
  • Release v0.0.2 by @abrisco in #3

New Contributors

Full Changelog: 0.0.1...0.0.2