Skip to content

Commit

Permalink
Update bindgen to fix clang conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Oct 4, 2023
1 parent 03ec35d commit 24bb54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libpd-sys"
version = "0.2.0"
version = "0.2.1"
authors = ["alisomay <alisomay@runbox.com>"]
edition = "2021"
license = "BSD-3-Clause"
Expand All @@ -20,6 +20,6 @@ exclude = [
]

[build-dependencies]
cmake = "0.1.48"
bindgen = "0.59.2"
cmake = "0.1.50"
bindgen = "0.68.1"

0 comments on commit 24bb54f

Please sign in to comment.