Skip to content

Commit

Permalink
Update bindgen requirement from 0.52 to 0.53
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.52.0...v0.53.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and Luni-4 committed Feb 27, 2020
1 parent 8d64723 commit 87fe798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dav1d-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = []
dav1d = "0.2.0"

[build-dependencies]
bindgen = "0.52"
bindgen = "0.53"
metadeps = "1.1.2"
pkg-config = "0.3.12"

Expand Down

0 comments on commit 87fe798

Please sign in to comment.