Skip to content

Commit

Permalink
Bump the bindgen version
Browse files Browse the repository at this point in the history
It solves a problem with modern clang generating invalid Idents for
anonymous unions.
  • Loading branch information
lu-zero authored and iwillspeak committed Jun 11, 2023
1 parent 76bc1d2 commit fa90c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onig_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ readme = "../README.md"
license = "MIT"

[build-dependencies]
bindgen = { version = "0.59", optional = true, features = [ "runtime" ] }
bindgen = { version = "0.64", optional = true, features = [ "runtime" ] }
pkg-config = "^0.3.16"
cc = "1.0"

Expand Down

0 comments on commit fa90c0e

Please sign in to comment.