zzeroo / libmodbus-rs

Libmodbus bindings for Rust
http://zzeroo.github.io/libmodbus-rs/
GNU Lesser General Public License v2.1
10 stars 5 forks source link

Bump bindgen version to 0.62.0 #20

Closed parthkalgaonkar closed 1 month ago

parthkalgaonkar commented 1 month ago

There has was a change since clang16 that makes broke bindgen<0.62. This issue is tracked in #2312.

This pull-request updates the dependency version in libmodbus-sys.

Additionally, blacklist_type was deprecated in bindgen 0.62 and changed to blocklist_type. Changes to build.rs are included.