Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As LLVM-16 is getting more and more popular, we are hitting the following bug when trying to regenerate bindings from libvirt header files: rust-lang/rust-bindgen#2312 Long story short, bindgen is not happy with some value that LLVM-16 returns (LLVM-15 is okay) and panics. While it's sufficient to bump bindgen to 0.62.0 we can go all the way to 0.69.2 which is supposed to work even with LLVM-18: https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md#0692-2024-01-13 Signed-off-by: Michal Privoznik <[email protected]>
- Loading branch information