0.31.0
0.31.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "36ab8f9facae745c9c9c1b33d225623d976e78f2cc3f729b7973d8c20934ab95",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.31.0/rules_rust-v0.31.0.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Regenerated crate_universe test data by @UebelAndre in #2221
- Update default resolver version in crates_universe rules by @UebelAndre in #2220
- Added tracing (logging) to crate_universe by @UebelAndre in #2224
- Split write_splicing_manifest and write_config_file. by @matts1 in #2225
- Adds support for bindeps in crate universe by @csmulhern in #2226
- Support artifact dependencies in crate.spec by @dtolnay in #2229
- Set --sysroot to sysroot generated by rust_toolchain by @daivinhtran in #2223
- [prost] includes prost crate infos in rust_analyzer_aspect by @iamricard in #2232
- Updated crate_universe dependencies by @UebelAndre in #2228
- process_wrapper: write all output from rustc if json parsing fails. by @gigaroby in #2234
- Take into account DependencyKind when collecting package target dependencies by @dmitrii-ubskii in #2235
- Allow passing explicit labels as select keys by @illicitonion in #2239
- Update wasm-bindgen to 0.2.88 by @alexkirsz in #2240
- Run "bazel run //*:crates_vendor" by @matts1 in #2245
- Rerun crates_vendor for additional packages by @matts1 in #2251
- Fix docs for Bazel@HEAD by @Wyverald in #2250
- Add configuration to mirror github releases to bazel central registry by @kageiit in #2256
- Support rustfmt on crates with generated sources by @UebelAndre in #2255
- Added Rust 1.74.0 by @UebelAndre in #2268
- Fix optional dependency check when crate is renamed by @nbdd0121 in #2265
- Release 0.31.0 by @UebelAndre in #2270
New Contributors
- @iamricard made their first contribution in #2232
- @dmitrii-ubskii made their first contribution in #2235
- @alexkirsz made their first contribution in #2240
- @kageiit made their first contribution in #2256
- @nbdd0121 made their first contribution in #2265
Full Changelog: 0.30.0...0.31.0