Added the --generate-cstr CLI flag to generate string constants as &CStr
instead of &[u8]. (Requires Rust 1.59 or higher.)
Added the --generate-shell-completions CLI flag to generate completions for
different shells.
The --wrap-static-fns option can now wrap va_list functions as variadic functions
with the experimental ParseCallbacks::wrap_as_variadic_fn method.
Add target mappings for riscv32imc and riscv32imac.
Add the ParseCallbacks::field_visibility method to modify field visibility.
Changed
Non-UTF-8 string constants are now generated as references (&[u8; SIZE])
instead of arrays ([u8; SIZE]) to match UTF-8 strings.
Wrappers for static functions that return void no longer contain a return
statement and only call the static function instead.
The --wrap-static-fns option no longer emits wrappers for static variadic
functions.
Depfiles generated with --depfile or Builder::depfile will now properly
generate module names and paths that include spaces by escaping them. To make
the escaping clear and consistent, backslashes are also escaped.
Updated bitflags dependency to 2.2.1. This changes the API of CodegenConfig.
Prettyplease formatting is gated by an optional, enabled by default Cargo
feature when depending on bindgen as a library.
Items are now parsed in the order they appear in source files. This may result in
auto-generated _bindgen_* names having a different index.
Use default visibility for padding fields: Previously, padding fields were
always public. Now, they follow the default visibility for the type they are
in.
Compute visibility of bitfield unit based on actual field visibility: A
bitfield unit field and its related functions now have their visibility
determined based on the most private between the default visibility and the
actual visibility of the bitfields within the unit.
Removed
Remove redundant Cargo features, which were all implicit:
bindgen-cli: env_logger and log removed in favor of logging
bindgen (lib):
log removed in favor of logging
which removed in favor of which-logging
annotate-snippets removed in favor of experimental
Prettyplease is available as a Formatter variant now.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps bindgen from 0.62.0 to 0.66.0.
Release notes
Sourced from bindgen's releases.
Changelog
Sourced from bindgen's changelog.
... (truncated)
Commits
264075a
0.66.0 release preparation (#2555)2665f1c
Improve theblocklist_*
andallowlist_*
documentation. (#2554)bbeddb6
Usesyn::Type
instead of rawTokenStream
. (#2549)38a2c93
some doc fixes (#2552)9042f42
rustfmt cleanup (#2553)df439e9
fix and simplify language (#2528)81b3ce7
it's a redirect (#2530)d56f53d
Add target mappings for riscv32imc and riscv32imac (#2551)2261681
avoid implicit Cargo features (#2539)83f729f
Parse code by source order. (#2543)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)