Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
deps: Update to bindgen 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 29, 2023
1 parent 2421555 commit d4f884e
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 @@ -167,7 +167,7 @@ pollster = "0.3.0"
wgpu = "0.15.0"

[target.'cfg(any(target_os = "freebsd", target_os="linux", target_os="openbsd"))'.build-dependencies]
bindgen = { version = "0.60.1", optional = true }
bindgen = { version = "0.66", optional = true }
pkg-config = { version = "0.3.25", optional = true }

[[example]]
Expand Down

0 comments on commit d4f884e

Please sign in to comment.