0.29.0
0.29.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "814680e1ab535f799fd10e8739ddca901351ceb4d2d86dd8126c22d36e9fcbd9",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.29.0/rules_rust-v0.29.0.tar.gz"],
)Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- rustdoc: respect error_format config by @goffrie in #2166
- Set up default allocator_library and global_allocator_library by @illicitonion in #2172
- Add
toolchainparameter to the affected actions by @kotlaja in #2140 - Make more annotations select-able by @illicitonion in #2180
- Disable Bzlmod explicitly in .bazelrc by @meteorcloudy in #2182
- Refactor CrateInfo construction by @daivinhtran in #2161
- Simplify CPU arch detection in get_host_triple by @dzbarsky in #2183
- Added Rust 1.73.0 by @UebelAndre in #2184
- Disable frequently failing Windows CI by @illicitonion in #2187
- Add target_compatible_with from kwargs to build_script_kwargs by @daivinhtran in #2133
- Set CARGO_MANIFEST_LINKS if links is set by @illicitonion in #2190
- Use canonical labels for analysistest config_settings by @nickgooding in #2191
- [prost] Fix handling of message names with acronyms by @william-smith-skydio in #2193
- [prost] Handle argfiles by @william-smith-skydio in #2194
- Improvements to better support cxx by @illicitonion in #2192
- Prep release 0.29.0 by @illicitonion in #2197
New Contributors
- @nickgooding made their first contribution in #2191
Full Changelog: 0.28.0...0.29.0