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

v0.0.29

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 00:12
f11a471

0.0.29

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

Full Changelog: 0.0.28...0.0.29