Skip to content

Commit

Permalink
Upgrade bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Oct 5, 2023
1 parent bae068d commit f3fe166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f3fe166

Please sign in to comment.