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

v0.0.22

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 19:42
2e753cd

0.0.22

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