bazel-contrib / toolchains_llvm

LLVM toolchain for bazel
Apache License 2.0
289 stars 207 forks source link

Update dependency rules_rust to v0.39.0 #274

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_rust http_archive minor 0.38.0 -> 0.39.0

Release Notes

bazelbuild/rules_rust (rules_rust) ### [`v0.39.0`](https://togithub.com/bazelbuild/rules_rust/releases/tag/0.39.0) [Compare Source](https://togithub.com/bazelbuild/rules_rust/compare/0.38.0...0.39.0) ### 0.39.0 ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-GuRaQT0LlDOYcyDfKtQQ22oV+vtsiM8P0b87qsvoJts=", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.39.0/rules_rust-v0.39.0.tar.gz"], ) ``` Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup #### What's Changed - Added `incompatible_no_rustc_sysroot_env` by [@​UebelAndre](https://togithub.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2428](https://togithub.com/bazelbuild/rules_rust/pull/2428) - Use canonical repo name for aspects by [@​cameron-martin](https://togithub.com/cameron-martin) in [https://github.com/bazelbuild/rules_rust/pull/2450](https://togithub.com/bazelbuild/rules_rust/pull/2450) - Make cross-compiling with bzlmod possible, added example by [@​jondo2010](https://togithub.com/jondo2010) in [https://github.com/bazelbuild/rules_rust/pull/2419](https://togithub.com/bazelbuild/rules_rust/pull/2419) - \[docs/cargo.md] Add missing comma by [@​NilsIrl](https://togithub.com/NilsIrl) in [https://github.com/bazelbuild/rules_rust/pull/2456](https://togithub.com/bazelbuild/rules_rust/pull/2456) - Remove the no-op argument host_fragments=. by [@​lberki](https://togithub.com/lberki) in [https://github.com/bazelbuild/rules_rust/pull/2466](https://togithub.com/bazelbuild/rules_rust/pull/2466) - Add argument `include_coverage` to toggle if `InstrumentedFilesInfo` is created by [@​kiwiwarmnfuzzy](https://togithub.com/kiwiwarmnfuzzy) in [https://github.com/bazelbuild/rules_rust/pull/2457](https://togithub.com/bazelbuild/rules_rust/pull/2457) - Added Rust 1.76.0 by [@​UebelAndre](https://togithub.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2468](https://togithub.com/bazelbuild/rules_rust/pull/2468) - Remove the remaining host_fragments= arguments. by [@​lberki](https://togithub.com/lberki) in [https://github.com/bazelbuild/rules_rust/pull/2472](https://togithub.com/bazelbuild/rules_rust/pull/2472) - Add Bazel version matrix to bzlmod builds by [@​UebelAndre](https://togithub.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2469](https://togithub.com/bazelbuild/rules_rust/pull/2469) - Add support for `all_crate_deps` when using bzlmod by [@​AmeliasCode](https://togithub.com/AmeliasCode) in [https://github.com/bazelbuild/rules_rust/pull/2461](https://togithub.com/bazelbuild/rules_rust/pull/2461) - Use -C link-arg= instead of link-args to handle nested spaces by [@​kcking](https://togithub.com/kcking) in [https://github.com/bazelbuild/rules_rust/pull/2471](https://togithub.com/bazelbuild/rules_rust/pull/2471) - Fix serialization of cargo_config attribute with bzlmod by [@​gferon](https://togithub.com/gferon) in [https://github.com/bazelbuild/rules_rust/pull/2477](https://togithub.com/bazelbuild/rules_rust/pull/2477) - Generate package license metadata by [@​nickcollier](https://togithub.com/nickcollier) in [https://github.com/bazelbuild/rules_rust/pull/2476](https://togithub.com/bazelbuild/rules_rust/pull/2476) - Fix type error in rust-analyzer rule by [@​UebelAndre](https://togithub.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2479](https://togithub.com/bazelbuild/rules_rust/pull/2479) - Release 0.39.0 by [@​freeformstu](https://togithub.com/freeformstu) in [https://github.com/bazelbuild/rules_rust/pull/2473](https://togithub.com/bazelbuild/rules_rust/pull/2473) #### New Contributors - [@​NilsIrl](https://togithub.com/NilsIrl) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2456](https://togithub.com/bazelbuild/rules_rust/pull/2456) - [@​kiwiwarmnfuzzy](https://togithub.com/kiwiwarmnfuzzy) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2457](https://togithub.com/bazelbuild/rules_rust/pull/2457) - [@​AmeliasCode](https://togithub.com/AmeliasCode) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2461](https://togithub.com/bazelbuild/rules_rust/pull/2461) - [@​nickcollier](https://togithub.com/nickcollier) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2476](https://togithub.com/bazelbuild/rules_rust/pull/2476) **Full Changelog**: https://github.com/bazelbuild/rules_rust/compare/0.38.0...0.39.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.