Skip to content

Commit 90ab1ff

Browse files
committed
Fix build script.
1 parent 3d55a27 commit 90ab1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen-integration/build.rs

+1-1
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)