-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 3ea8ae1
authored
chore(deps): update rust crate bindgen to 0.72.0 (#37)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bindgen](https://rust-lang.github.io/rust-bindgen/)
([source](https://redirect.github.com/rust-lang/rust-bindgen)) |
build-dependencies | minor | `0.71.1` -> `0.72.0` |
---
### Release Notes
<details>
<summary>rust-lang/rust-bindgen (bindgen)</summary>
###
[`v0.72.0`](https://redirect.github.com/rust-lang/rust-bindgen/blob/HEAD/CHANGELOG.md#0720-2025-06-08)
[Compare
Source](https://redirect.github.com/rust-lang/rust-bindgen/compare/v0.71.1...v0.72.0)
#### Added
- Report enums in ParseCallbacks.
- Refactor item_name method to use ItemInfo struct.
- Add callback to modify contents of macro
- Discovery callbacks for functions and methods.
- Options to generate uncallable C++ functions.
- Provide option to get real virtual fn receiver.
#### Changed
- Generate bindings compatible with current rustc version by default.
#### Removed
- Remove unused which-rustfmt feature
- Remove warning for opaque forward declarations
#### Fixed
- More sophisticated handling of the triple in rust_to_clang_target
- Rename \*-apple-ios-sim to ...simulator
- Fix OpenCL vectors that use "ext_vector_type".
- Fix union layout when it contains 0 sized array.
- Avoid crashing on variadic unions without layout information.
- Distinguish char16\_t.
- Fix bugs in --clang-macro-fallback
- Add missed unsafe in the raw_set_bit function
- Use link_name for dynamic library loading
- Add "gen" to list of rust keywords in 'rust_mangle'
- Use appropriate `rustfmt --format ...` param
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 08:00 AM and 10:59 AM ( * 8-10
* * * ) in timezone Europe/Paris, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was created by Renovate.
<details>
<summary>Details</summary>
Check the [default
configuration](https://redirect.github.com/doctolib/renovate-config) and
[documentation](https://doctolib.atlassian.net/wiki/spaces/EE/pages/1882882081/Renovate+Dependencies+Management).
See the [logs on
Datadog](https://app.datadoghq.com/logs?query=source%3Agithub%20%40git.repository_url%3A%22https%3A%2F%2Fgithub.com%2Fdoctolib%2Frenovate-config.git%22%20%40ci.pipeline.name%3A%28Run%5C%20Renovate%5C%20%5C%28%2A%20OR%20%22Run%20Renovate%20on%20doctolib%2Fdoctolib%22%29%20%40name%3Arenovate%20%40repository%3A%2A%2A%2A%2Fcouchbase-lite-rust&agg_m=count&agg_m_source=base&agg_t=count&cols=%40repository&fromUser=false&messageDisplay=inline&refresh_mode=sliding&storage=hot&stream_sort=time%2Cdesc&viz=stream).
To replay this update, you can use the following `packageRules` on the
[Manual
Run](https://redirect.github.com/doctolib/renovate-config/actions/workflows/manual_run.yml)
page: `[{"matchPackageNames": ["*"], "enabled": false},
{"matchPackageNames": ["bindgen"], "enabled": true}]`
</details>
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvLWFwcHJvdmUiLCJjYXJnbyIsImRlcGVuZGVuY2llcyIsIm1pbm9yIl19-->
Co-authored-by: doctolib-renovate[bot] <161009298+doctolib-renovate[bot]@users.noreply.github.com>1 parent 8a9cc32 commit 3ea8ae1Copy full SHA for 3ea8ae1
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments