Skip to content

Commit af8e97d

Browse files
chore: update bindgen requirement from 0.60.1 to 0.61.0 (#336)
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.60.1...v0.61.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 278ed78 commit af8e97d

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
@@ -40,7 +40,7 @@ humantime = {version = "2.1.0"}
4040
# chrono = "0.4.19"
4141

4242
[build-dependencies]
43-
bindgen = "0.60.1"
43+
bindgen = "0.61.0"
4444
cc = { version = "1.0", features = ["parallel"] }
4545
pkg-config = "0.3"
4646

0 commit comments

Comments
 (0)