Skip to content

Commit 1ff414d

Browse files
Update bindgen requirement from 0.70 to 0.71 in /zstd-safe/zstd-sys (#312)
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/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.70.0...v0.71.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72752a4 commit 1ff414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstd-safe/zstd-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ doctest = false # Documentation is for C code, good luck testing that.
5151

5252
[build-dependencies.bindgen]
5353
optional = true
54-
version = "0.70"
54+
version = "0.71"
5555
default-features = false
5656
features = ["runtime", "which-rustfmt"]
5757

0 commit comments

Comments
 (0)