Skip to content

Commit

Permalink
Update bindgen requirement from 0.70 to 0.71 (#72)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 2facafc commit c70729a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion after-effects-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ repository = "https://github.com/virtualritz/after-effects/"
artisan-2-api = []

[build-dependencies]
bindgen = "0.70"
bindgen = "0.71"
2 changes: 1 addition & 1 deletion premiere-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ homepage = "https://developer.adobe.com/premiere-pro/"
repository = "https://github.com/virtualritz/after-effects/"

[build-dependencies]
bindgen = "0.70"
bindgen = "0.71"

0 comments on commit c70729a

Please sign in to comment.