Skip to content

Commit 4e86808

Browse files
Merge #963
963: Update bindgen requirement from 0.60.1 to 0.61.0 r=Bromeon a=dependabot[bot] Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md">bindgen's changelog</a>.</em></p> <blockquote> <h1>0.61.0</h1> <p>Released 2022/10/16</p> <h2>Added</h2> <ul> <li>new feature: <code>--sort-semantically</code> flag to sort the output in a predefined manner [(<a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/1743">#1743</a>)].</li> <li>new feature: <code>Bindgen::emit_warnings</code> method to emit warnings to stderr in build scripts.</li> <li>new feature: <code>--newtype-global-enum</code> flag to generate enum variants as global constants.</li> <li>new feature: <code>--default-non-copy-union-style</code> flag to set the default style of code used to generate unions with non-<code>Copy</code> members.</li> <li>new feature: <code>--bindgen-wrapper-union</code> flag to mark any union that matches a regex and has a non-Copy member to use a bindgen-generated wrapper for its fields.</li> <li>new feature: <code>--manually-drop-union</code> flag to mark any union that matches a regex and has a non-<code>Copy</code> member to use <code>ManuallyDrop</code>.</li> <li>new feature: <code>--merge-extern-blocks</code> flag to merge several <code>extern</code> blocks that have the same ABI.</li> <li>new feature: <code>--no-size_t-is-usize</code> flag to not bind <code>size_t</code> as <code>usize</code>.</li> <li>new feature: <code>Builder</code> implements <code>Clone</code>.</li> </ul> <h2>Changed</h2> <ul> <li>clap and regex have been updated, new msrv is 1.57.</li> <li>The <code>--enable-function-attribute-detection</code> flag is also used to detect diverging functions so the generated bindings use <code>!</code> as the return type.</li> <li>The <code>--size_t-is-usize</code> flag is enabled by default.</li> <li>Unused type aliases for <code>&lt;stdint.h&gt;</code> types are no longer emitted.</li> <li>The <code>blocklist</code> options now can be used to block objective-C methods.</li> <li>The <code>core::ffi</code> module is used the sized raw integer types instead of <code>std::os::raw</code> if the Rust target version is <code>1.64</code> or higher and the <code>--use-core</code> flag is enabled.</li> <li>The <code>bindgen</code> CLI utility must be installed using <code>cargo install bindgen-cli</code> now.</li> <li>Using <code>bindgen</code> as a library no longer pulls clap and any other CLI related dependencies.</li> </ul> <h2>Fixed</h2> <ul> <li>Const correctness of incomplete arrays has been fixed. (<a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/2301">#2301</a>)</li> <li>C++ inline namespaces don't panic. (<a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/2294">#2294</a>)</li> </ul> <p>[(<a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/1743">#1743</a>)]: <a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/1743">rust-lang/rust-bindgen#1743</a></p> <h1>0.60.1</h1> <p>Released 2022/06/06</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/784d3e824dcb95b8913156d872c9ed8eb8720291"><code>784d3e8</code></a> bindgen-cli v0.61.0</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/adb178a6ccc8667e6b0f9fa2510637f83304bb03"><code>adb178a</code></a> Specify readme.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/4f9b970f959aecb41804fb0e898156acf5d13569"><code>4f9b970</code></a> v0.61.0</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/142f62abdf452d4d6a8cb00215ec465af80434ff"><code>142f62a</code></a> ci: clippy fixes.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/c424e034155660348ed77cfa92ec9869f617a625"><code>c424e03</code></a> Add a few missing changelog entries.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/2c01810c3af78c087d99fdf484d879f5f8d7f2cf"><code>2c01810</code></a> Remove no-longer-correct include entry in Cargo.toml.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/6f6f9fb402846e94662a6cfaa9f2e322beb5f1a1"><code>6f6f9fb</code></a> Move the csmith-fuzzing directory to the top level.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/17dd0931306977abd13c90532d35b86237fcd7a7"><code>17dd093</code></a> Handle incomplete external array constants</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/626797bf6c0e2602a8d5a53dae078be9b94c179c"><code>626797b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/2302">#2302</a> from ferrous-systems/clonable-builder</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/d241e9554c393ba39e18aa3ef3fc3e14175a2b08"><code>d241e95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/rust-bindgen/issues/2299">#2299</a> from ferrous-systems/more-robust-postprocessing</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/rust-bindgen/compare/v0.60.1...v0.61.0">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 20d8604 + 8f6df4f commit 4e86808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.63"
1616
libc = "0.2"
1717

1818
[build-dependencies]
19-
bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] }
19+
bindgen = { version = "0.61.0", default-features = false, features = ["runtime"] }
2020
proc-macro2 = "1"
2121
quote = "1"
2222
miniserde = "0.1.16"

0 commit comments

Comments
 (0)