Skip to content

Commit

Permalink
chore: bump bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Oct 11, 2024
1 parent c13370c commit 5d21f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/weechat-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/poljar/rust-weechat"

[build-dependencies]
bindgen = "0.60.1"
bindgen = "0.70.0"

[dependencies]
libc = "0.2.132"
2 changes: 1 addition & 1 deletion crates/weechat-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn build(file: &str) -> Result<Bindings, BindgenError> {
"WEECHAT_HOOK_SIGNAL_INT",
"WEECHAT_HOOK_SIGNAL_POINTER",
];
let mut builder = bindgen::Builder::default().rustfmt_bindings(true);
let mut builder = bindgen::Builder::default();

builder = builder.header(file);

Expand Down

0 comments on commit 5d21f36

Please sign in to comment.