Skip to content

Commit

Permalink
Merge pull request #34 from lelongg/dependabot/cargo/bindgen-0.66.0
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.65.1 to 0.66.0
  • Loading branch information
lelongg committed Jun 16, 2023
2 parents ce64f24 + 9620f6a commit 0d43cab
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 @@ -16,5 +16,5 @@ generate-bindings = [ "bindgen"]
update-bindings = [ "generate-bindings"]

[build-dependencies]
bindgen = { version = "0.65.1", optional = true }
bindgen = { version = "0.66.0", optional = true }
cc = "1.0.59"

0 comments on commit 0d43cab

Please sign in to comment.