Skip to content

Commit f785f09

Browse files
committed
update hash due to nightly breakage; don't use deprecated bindgen function
1 parent bde6aa1 commit f785f09

File tree

2 files changed

+36
-12
lines changed

2 files changed

+36
-12
lines changed

Diff for: Cargo.lock

+35-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn bindgen_headers() -> Result<()> {
3232
.header("depend/zcash/src/script/zcash_script.h")
3333
// Tell cargo to invalidate the built crate whenever any of the
3434
// included header files changed.
35-
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
35+
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
3636
// Finish the builder and generate the bindings.
3737
.generate()
3838
.map_err(|_| Error::GenerateBindings)?;

0 commit comments

Comments
 (0)