Skip to content

Commit 8f04b17

Browse files
Update bindgen requirement from 0.62 to 0.63 (#101)
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/master/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.62.0...v0.63.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fa680c commit 8f04b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libduckdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
2222
[dependencies]
2323

2424
[build-dependencies]
25-
bindgen = { version = "0.62", optional = true, default-features = false, features = ["runtime"] }
25+
bindgen = { version = "0.63", optional = true, default-features = false, features = ["runtime"] }
2626
pkg-config = { version = "0.3.24", optional = true }
2727
cc = { version = "1.0", features = ["parallel"], optional = true }
2828
vcpkg = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)