diff --git a/aya-gen/Cargo.toml b/aya-gen/Cargo.toml index d5facdf5..3a0cea6d 100644 --- a/aya-gen/Cargo.toml +++ b/aya-gen/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alessandro Decina "] edition = "2018" [dependencies] -bindgen = "0.59" +bindgen = "0.60" structopt = {version = "0.3", default-features = false } anyhow = "1" thiserror = "1"