Skip to content

Commit 2f7bb7e

Browse files
Update bindgen requirement from 0.53 to 0.54 (#82)
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.53.0...v0.54.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent d6c83ce commit 2f7bb7e

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
@@ -34,7 +34,7 @@ num-traits = "^0.2"
3434
#failure = "0.1"
3535

3636
[build-dependencies]
37-
bindgen = "0.53"
37+
bindgen = "0.54"
3838
cc = "1.0"
3939

4040
[features]

0 commit comments

Comments
 (0)