Skip to content

Commit

Permalink
build: Update bindgen to 0.70.1 (#3991)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Sep 5, 2024
1 parent ba17924 commit 6aefa52
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 33 deletions.
47 changes: 16 additions & 31 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 @@ -65,7 +65,7 @@ axum-extra = "0.9.3"
axum-server = "0.7.1"
arc-swap = "1.7.1"
backoff = "0.4.0"
bindgen = "0.64.0"
bindgen = "0.70.1"
brotli = "3.3.4"
bytecount = "0.6.0"
bytes = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion relay-crash/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn main() {

let bindings = bindgen::Builder::default()
.header("sentry-native/include/sentry.h")
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.generate()
.expect("Unable to generate bindings");

Expand Down

0 comments on commit 6aefa52

Please sign in to comment.