Skip to content

Commit

Permalink
Update bindgen requirement from 0.69 to 0.70 in /zstd-safe/zstd-sys (#…
Browse files Browse the repository at this point in the history
…298)

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.69.0...v0.70.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>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent d698082 commit 74250a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd-safe/zstd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ doctest = false # Documentation is for C code, good luck testing that.

[build-dependencies.bindgen]
optional = true
version = "0.69"
version = "0.70"
default-features = false
features = ["runtime", "which-rustfmt"]

Expand Down

0 comments on commit 74250a2

Please sign in to comment.