Skip to content

Commit

Permalink
Fix build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 12, 2023
1 parent 3d55a27 commit 90ab1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen-integration/build.rs
Expand Up @@ -4,7 +4,7 @@ extern crate cc;
use bindgen::callbacks::{
DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
};
use bindgen::{Builder, EnumVariation};
use bindgen::{Builder, CargoCallbacks, EnumVariation};
use std::collections::HashSet;
use std::env;
use std::path::PathBuf;
Expand Down

0 comments on commit 90ab1ff

Please sign in to comment.