Skip to content

Commit

Permalink
Merge pull request #9 from mulkieran/bindgen_0.69.0
Browse files Browse the repository at this point in the history
Increase bindgen dependency lower bound to 0.69.0
  • Loading branch information
mulkieran authored Mar 4, 2024
2 parents d93be9a + 953f76f commit 924826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ errno = "0.3.0"
libc = "0.2.105"

[build-dependencies]
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
bindgen = { version = "0.69.0", default-features = false, features = ["runtime"] }

[dev-dependencies]
glob = "0.3.0"
Expand Down

0 comments on commit 924826c

Please sign in to comment.