Skip to content

Commit

Permalink
Merge pull request #35 from lelongg/dependabot/cargo/bindgen-0.68.1
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.66.0 to 0.68.1
  • Loading branch information
lelongg committed Oct 19, 2023
2 parents 0d43cab + 8657598 commit 2a8534b
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.66.0", optional = true }
bindgen = { version = "0.68.1", optional = true }
cc = "1.0.59"

0 comments on commit 2a8534b

Please sign in to comment.