0.15.0
0.15.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "5c2b6745236f8ce547f82eeacbbcc81d736734cc8bd92e60d3e3cdfa6e167bb5",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.15.0/rules_rust-v0.15.0.tar.gz"],
)Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Added a build setting for toolchain channels by @UebelAndre in #1671
- Silence flaky
//util/importtest by @UebelAndre in #1693 - Fix typos in crate_universe rendered comments by @UebelAndre in #1691
- load_arbitrary_tool uses tool_suburl to look up sha256 by @ted-logan in #1695
- Fixed typos: normla -> normal by @sulmone in #1699
- Add riscv32imc and riscv64gc to the known sha targets by @ted-logan in #1698
- Fix labels to work with canonical label literals. by @matts1 in #1700
- Added Rust 1.66.0 by @UebelAndre in #1705
- Updated rules_rust to version
0.15.0by @UebelAndre in #1706
New Contributors
- @ted-logan made their first contribution in #1695
- @sulmone made their first contribution in #1699
- @matts1 made their first contribution in #1700
Full Changelog: 0.14.0...0.15.0