Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency rules_rust to v0.48.0 (#359)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_rust | bazel_dep | minor | `0.47.1` -> `0.48.0` | | [rules_rust](https://github.com/bazelbuild/rules_rust) | http_archive | minor | `0.47.1` -> `0.48.0` | --- ### Release Notes <details> <summary>bazelbuild/rules_rust (rules_rust)</summary> ### [`v0.48.0`](https://github.com/bazelbuild/rules_rust/releases/tag/0.48.0) [Compare Source](https://github.com/bazelbuild/rules_rust/compare/0.47.1...0.48.0) ### 0.48.0 #### Bzlmod ```python bazel_dep(name = "rules_rust", version = "0.48.0") ``` #### WORKSPACE ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-Weev1uz2QztBlDA88JX6A1N72SucD1V8lBsaliM0TTg=", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.48.0/rules_rust-v0.48.0.tar.gz"], ) ``` Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup #### What's Changed - Add support for shared test-only modules by [@​IvanIsCoding](https://github.com/IvanIsCoding) in [https://github.com/bazelbuild/rules_rust/pull/2734](https://github.com/bazelbuild/rules_rust/pull/2734) - Bazelmod documentation and code examples. by [@​marvin-hansen](https://github.com/marvin-hansen) in [https://github.com/bazelbuild/rules_rust/pull/2713](https://github.com/bazelbuild/rules_rust/pull/2713) - Add support for --wrap-extern-fns to bindgen rules by [@​hlopko](https://github.com/hlopko) in [https://github.com/bazelbuild/rules_rust/pull/2743](https://github.com/bazelbuild/rules_rust/pull/2743) - Pass toolchain param in ctx.action.run in bindgen by [@​hlopko](https://github.com/hlopko) in [https://github.com/bazelbuild/rules_rust/pull/2745](https://github.com/bazelbuild/rules_rust/pull/2745) - Make it possible to not specify clang binary in bindgen by [@​hlopko](https://github.com/hlopko) in [https://github.com/bazelbuild/rules_rust/pull/2746](https://github.com/bazelbuild/rules_rust/pull/2746) - Make rustfmt toolchain optional in bindgen by [@​hlopko](https://github.com/hlopko) in [https://github.com/bazelbuild/rules_rust/pull/2744](https://github.com/bazelbuild/rules_rust/pull/2744) - Fix collecting cc deps in collect_deps by [@​mvukov](https://github.com/mvukov) in [https://github.com/bazelbuild/rules_rust/pull/2699](https://github.com/bazelbuild/rules_rust/pull/2699) - Support incompatible enable proto toolchain resolution by [@​illicitonion](https://github.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2741](https://github.com/bazelbuild/rules_rust/pull/2741) - Release 0.48.0 by [@​illicitonion](https://github.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2750](https://github.com/bazelbuild/rules_rust/pull/2750) #### New Contributors - [@​IvanIsCoding](https://github.com/IvanIsCoding) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2734](https://github.com/bazelbuild/rules_rust/pull/2734) - [@​marvin-hansen](https://github.com/marvin-hansen) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2713](https://github.com/bazelbuild/rules_rust/pull/2713) - [@​mvukov](https://github.com/mvukov) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2699](https://github.com/bazelbuild/rules_rust/pull/2699) **Full Changelog**: bazelbuild/rules_rust@0.47.1...0.48.0 </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information