Skip to content

Commit

Permalink
chore(deps): update rust crate bindgen to 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 71fd4c3 commit 0f321e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aotuv_lancer_vorbis_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ogg_next_sys = { version = "0.1.2", path = "../ogg_next_sys" }

[build-dependencies]
cc = "1.0.83"
bindgen = { version = "0.68.1", optional = true }
bindgen = { version = "0.69.0", optional = true }

[features]
# Requires Clang and slows down the build, but guarantees that the bindings are up to date.
Expand Down
2 changes: 1 addition & 1 deletion packages/ogg_next_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["/ogg_vendor/**/.*", "/ogg_vendor/cmake", "/ogg_vendor/doc", "/ogg_ve

[build-dependencies]
cc = "1.0.83"
bindgen = { version = "0.68.1", optional = true }
bindgen = { version = "0.69.0", optional = true }

[features]
# Requires Clang and slows down the build, but guarantees that the bindings are up to date.
Expand Down

0 comments on commit 0f321e1

Please sign in to comment.