Skip to content

Commit 818f5d3

Browse files
committed
fix revert bindgen
1 parent 023a559 commit 818f5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger_secure_sdk_sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ impl SDKBuilder<'_> {
558558
}
559559

560560
let bindings = bindings
561-
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
561+
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
562562
.generate()
563563
.expect("Unable to generate bindings");
564564

0 commit comments

Comments
 (0)