Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d0086e9

Browse files
reitermarkuspvdrz
authored andcommittedMar 14, 2023
Fix build script.
1 parent 21803df commit d0086e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bindgen-integration/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extern crate cc;
44
use bindgen::callbacks::{
55
DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
66
};
7-
use bindgen::{Builder, EnumVariation};
7+
use bindgen::{Builder, CargoCallbacks, EnumVariation};
88
use std::collections::HashSet;
99
use std::env;
1010
use std::path::PathBuf;

0 commit comments

Comments
 (0)
Please sign in to comment.