Skip to content

Commit

Permalink
Increase bindgen dependency lower bound to 0.69.0
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Feb 20, 2024
1 parent 09bcb55 commit 9f93ecc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pkg-config = "0.3.18"
[build-dependencies.bindgen]
default_features = false
features = ["runtime"]
version = "0.68.1"
version = "0.69.0"
optional = true

[dev-dependencies]
Expand Down

0 comments on commit 9f93ecc

Please sign in to comment.