0.45.0
0.45.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-0IoZbO7cp5obgv01ucsnAjrWdGpBasntBusUXtdj1aY=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.45.0/rules_rust-v0.45.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Fix cc_common_link when using sibling repository layout by @yuzhy8701 in #2643
- Allow runfiles object to be an arbitrary expression. by @matts1 in #2651
- Allow searching for the rlocation of a module. by @matts1 in #2652
- Add support for generated sources to rust-analyzer. by @matts1 in #2654
- Added logging to crate_universe checksum validation by @UebelAndre in #2657
- Release 0.45.0 by @UebelAndre in #2658
New Contributors
- @yuzhy8701 made their first contribution in #2643
Full Changelog: 0.44.0...0.45.0