Commit 01132cf
authored
chore(deps): update dependency rules_rust to v0.48.0 (#359)
[](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://togithub.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://togithub.com/bazelbuild/rules_rust/releases/tag/0.48.0)
[Compare
Source](https://togithub.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://togithub.com/IvanIsCoding) in
[https://github.com/bazelbuild/rules_rust/pull/2734](https://togithub.com/bazelbuild/rules_rust/pull/2734)
- Bazelmod documentation and code examples. by
[@​marvin-hansen](https://togithub.com/marvin-hansen) in
[https://github.com/bazelbuild/rules_rust/pull/2713](https://togithub.com/bazelbuild/rules_rust/pull/2713)
- Add support for --wrap-extern-fns to bindgen rules by
[@​hlopko](https://togithub.com/hlopko) in
[https://github.com/bazelbuild/rules_rust/pull/2743](https://togithub.com/bazelbuild/rules_rust/pull/2743)
- Pass toolchain param in ctx.action.run in bindgen by
[@​hlopko](https://togithub.com/hlopko) in
[https://github.com/bazelbuild/rules_rust/pull/2745](https://togithub.com/bazelbuild/rules_rust/pull/2745)
- Make it possible to not specify clang binary in bindgen by
[@​hlopko](https://togithub.com/hlopko) in
[https://github.com/bazelbuild/rules_rust/pull/2746](https://togithub.com/bazelbuild/rules_rust/pull/2746)
- Make rustfmt toolchain optional in bindgen by
[@​hlopko](https://togithub.com/hlopko) in
[https://github.com/bazelbuild/rules_rust/pull/2744](https://togithub.com/bazelbuild/rules_rust/pull/2744)
- Fix collecting cc deps in collect_deps by
[@​mvukov](https://togithub.com/mvukov) in
[https://github.com/bazelbuild/rules_rust/pull/2699](https://togithub.com/bazelbuild/rules_rust/pull/2699)
- Support incompatible enable proto toolchain resolution by
[@​illicitonion](https://togithub.com/illicitonion) in
[https://github.com/bazelbuild/rules_rust/pull/2741](https://togithub.com/bazelbuild/rules_rust/pull/2741)
- Release 0.48.0 by
[@​illicitonion](https://togithub.com/illicitonion) in
[https://github.com/bazelbuild/rules_rust/pull/2750](https://togithub.com/bazelbuild/rules_rust/pull/2750)
#### New Contributors
- [@​IvanIsCoding](https://togithub.com/IvanIsCoding) made their
first contribution in
[https://github.com/bazelbuild/rules_rust/pull/2734](https://togithub.com/bazelbuild/rules_rust/pull/2734)
- [@​marvin-hansen](https://togithub.com/marvin-hansen) made their
first contribution in
[https://github.com/bazelbuild/rules_rust/pull/2713](https://togithub.com/bazelbuild/rules_rust/pull/2713)
- [@​mvukov](https://togithub.com/mvukov) made their first
contribution in
[https://github.com/bazelbuild/rules_rust/pull/2699](https://togithub.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>1 parent e70b8d7 commit 01132cf
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments