diff --git a/Cargo.toml b/Cargo.toml index 239aeb0d..6695487c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ repository = "https://github.com/extendr/libR-sys" [dependencies] [build-dependencies] -bindgen = { version = "0.66", optional = true, features = ["experimental"] } +bindgen = { version = "0.68.1", optional = true, features = ["experimental"] } clang = { version = "2", optional = true, features = ["runtime", "clang_3_7"] } [features]