Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate bindings compatible with MSRV
It appears that bindgen generates the code for the latest known stable by default, and the output has changed in 0.71 when targeting 1.82+ due to introduction of `unsafe extern` blocks. Restore the compilation with MSRV by passing explicit RustTarget to bindgen.