Skip to content

Commit bc605dd

Browse files
Update bindgen requirement from 0.55 to 0.56
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.55.0...v0.56.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e25232 commit bc605dd

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
@@ -14,5 +14,5 @@ license = "LGPL-3.0"
1414
[dependencies]
1515

1616
[build-dependencies]
17-
bindgen = "0.55"
17+
bindgen = "0.56"
1818
cmake = "0.1"

0 commit comments

Comments
 (0)