Skip to content

Commit

Permalink
Update bindgen to 0.51 for compatibility with coreaudio-sys 0.2.3
Browse files Browse the repository at this point in the history
Bindgen versions need to be compatible because of a cargo limitation:
rust-lang/cargo#5237
  • Loading branch information
370417 committed Jan 3, 2024
1 parent a6d2da7 commit 2f14de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wooting-analog-sdk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ edition = "2018"
[dependencies]

[build-dependencies]
bindgen = "0.47.2"
bindgen = "0.51.0"
cc = { version = "1.0.29", features = [ "parallel" ] }
pkg-config = "0.3.14"
2 changes: 1 addition & 1 deletion wooting-rgb-sdk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ edition = "2018"
[dependencies]

[build-dependencies]
bindgen = "0.47.2"
bindgen = "0.51.0"
cc = { version = "1.0.29", features = [ "parallel" ] }
pkg-config = "0.3.14"

0 comments on commit 2f14de8

Please sign in to comment.