Skip to content

Commit f6aa33a

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): update bindgen requirement from 0.68.1 to 0.71.1
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.68.1...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2574e0b commit f6aa33a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ skeptic = "0.13"
2424

2525
[build-dependencies]
2626
anyhow = "1"
27-
bindgen = "0.68.1"
27+
bindgen = "0.71.1"
2828
cc = "1.0"
2929
skeptic = "0.13"
3030

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ fn generate_bindings(defines: &[(&str, &str)], includes: &[PathBuf]) -> Result<S
200200
.no_copy("_zend_array")
201201
.no_debug("_zend_function_entry") // On Windows when the handler uses vectorcall, Debug cannot be derived so we do it in code.
202202
.layout_tests(env::var("EXT_PHP_RS_TEST").is_ok())
203-
.rust_target(RustTarget::Nightly);
203+
.rust_target(RustTarget::nightly());
204204

205205
for binding in ALLOWED_BINDINGS.iter() {
206206
bindgen = bindgen

0 commit comments

Comments
 (0)