Skip to content

Commit 3ea8ae1

Browse files
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 3ea8ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ default-features = false # Disable features which are enabled by default
2525
features = ["user-hooks"]
2626

2727
[build-dependencies]
28-
bindgen = "0.71.1"
28+
bindgen = "0.72.0"
2929
fs_extra = "1.2.0"
3030

3131
[lib]

0 commit comments

Comments
 (0)