Skip to content

Commit

Permalink
Update bindgen requirement from 0.56.0 to 0.57.0
Browse files Browse the repository at this point in the history
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.56.0...v0.57.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 27, 2021
1 parent e9d73e4 commit fb2a56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ serde = {version = "1.0.118", features = ["derive"]}
bincode = "1.3.1"

[build-dependencies]
bindgen = "0.56.0"
bindgen = "0.57.0"
cc = { version = "1.0", features = ["parallel"] }
pkg-config = "0.3"

0 comments on commit fb2a56c

Please sign in to comment.