Skip to content

Commit

Permalink
sys: upgrade bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Apr 15, 2024
1 parent 6194f07 commit 71e2f60
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 460 deletions.
44 changes: 19 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions capstone-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ travis-ci = { repository = "capstone-rust/capstone-sys" }
libc = { version = "0.2.59", default-features = false }

[build-dependencies]
bindgen = { optional = true, version = "0.62.0" }
regex = { optional = true, version = "1.3.1" }
bindgen = { optional = true, version = "0.69.0" }
regex = { optional = true, version = "1.10.4" }
cc = "1.0"

[features]
Expand Down
Loading

0 comments on commit 71e2f60

Please sign in to comment.