Skip to content

0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 16:19
· 535 commits to main since this release
389c58f

0.7.0

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

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

Full Changelog: 0.6.0...0.7.0