Skip to content

0.7.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Feb 21:30
fe610da

0.7.2

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "cb3ed0ce4cec62e568e16b6e2a1b0d89b6fe86b0413d3e35e88cdcd815211583",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_rust/releases/download/0.7.2/rules_rust-v0.7.2.tar.gz",
        "https://github.com/bazelbuild/rules_rust/releases/download/0.7.2/rules_rust-v0.7.2.tar.gz",
    ],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Full Changelog: 0.36.2...0.7.2