Skip to content

0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 15:55
· 705 commits to main since this release
4357fb1

0.18.0

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "2466e5b2514772e84f9009010797b9cd4b51c1e6445bbd5b5e24848d90e6fb2e",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.18.0/rules_rust-v0.18.0.tar.gz"],
)

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

Breaking Changes

  • rust_toolchain.target_json changed from a label to a string. Users can either move their existing json files into Starlark dicts or convert the sources on the fly with a repository rule (an example can be found in #1810)

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0