Switch back to using version for bindgen

This commit is contained in:
Tobias Bengtsson 2022-06-06 18:05:44 +02:00
parent b93571e377
commit 58a5e1bcd3

View File

@ -25,7 +25,7 @@ skeptic = "0.13"
[build-dependencies]
anyhow = "1"
# bindgen = { version = "0.59" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", branch = "master" }
bindgen = "0.60"
cc = "1.0"
skeptic = "0.13"