ethercat-rs / ethercat

Rust wrapper for the IgH EtherCAT master
Apache License 2.0
56 stars 18 forks source link

ethercat-sys: update to bindgen 0.63 #42

Closed birkenfeld closed 1 year ago

birkenfeld commented 1 year ago

to avoid incompatibility with clang 16+.

This also changes the repr of size_t to usize instead of u64, removing the need for some casts.

birkenfeld commented 1 year ago

Thanks! I'd release this as 0.3.0 - any objections?

flosse commented 1 year ago

Thanks! I'd release this as 0.3.0

:+1:

any objections?

no! :smile: