Skip to content

Commit 3524c3c

Browse files
dependabot-preview[bot]gkorland
authored andcommitted
Update bindgen requirement from 0.51 to 0.52 (#57)
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.51.0...v0.52.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1e5276d commit 3524c3c

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 @@ num-traits = "^0.2"
2525
#failure = "0.1"
2626

2727
[build-dependencies]
28-
bindgen = "0.51"
28+
bindgen = "0.52"
2929
cc = "1.0"
3030

3131
[features]

0 commit comments

Comments
 (0)