Update bindgen requirement from 0.49.0 to 0.50.0
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](https://github.com/rust-lang/rust-bindgen/compare/v0.49.0...v0.50.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Dan Gohman
parent
f5746290cb
commit
dc39fee390
@@ -30,7 +30,7 @@ winapi = { version = "0.3.6", features = ["winbase", "memoryapi"] }
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cmake = "0.1.35"
|
cmake = "0.1.35"
|
||||||
bindgen = "0.49.0"
|
bindgen = "0.50.0"
|
||||||
regex = "1.0.6"
|
regex = "1.0.6"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ libc = "0.2.50"
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cmake = "0.1.35"
|
cmake = "0.1.35"
|
||||||
bindgen = "0.49.0"
|
bindgen = "0.50.0"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "experimental" }
|
maintenance = { status = "experimental" }
|
||||||
|
|||||||
Reference in New Issue
Block a user