Skip to content

Commit 31f0fed

Browse files
Update bindgen requirement from 0.71 to 0.72 in /zstd-safe/zstd-sys (#341)
* Update bindgen requirement from 0.71 to 0.72 in /zstd-safe/zstd-sys 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.71.0...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.71.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update zstd-safe/zstd-sys/Cargo.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Bury <alexandre.bury@gmail.com>
1 parent 2290540 commit 31f0fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zstd-safe/zstd-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ doctest = false # Documentation is for C code, good luck testing that.
5353

5454
[build-dependencies.bindgen]
5555
optional = true
56-
version = "0.71"
56+
version = "0.72"
5757
default-features = false
58-
features = ["runtime", "which-rustfmt"]
58+
features = ["runtime"]
5959

6060
[build-dependencies.pkg-config]
6161
version = "0.3.28"

0 commit comments

Comments
 (0)