diff --git a/rlottie-sys/Cargo.toml b/rlottie-sys/Cargo.toml index 6630546..44a704d 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -15,5 +15,5 @@ rust-version = "1.64" # bump version in build.rs as well links = "rlottie" [build-dependencies] -bindgen = { version = "0.71", features = ["prettyplease", "runtime"], default-features = false } +bindgen = { version = "0.72", features = ["prettyplease", "runtime"], default-features = false } pkg-config = "0.3.22"