This new warning is causing CI to fail
warning: `extern` block uses type `u128`, which is not FFI-safe
--> /home/sam/rust_ws/src/ros2_rust/rclrs_tests/target/debug/build/rclrs-8555e18c0c9bb180/out/rcl_bindings_generated.rs:6343:31
|
6343 | dynamic_type_builder: *mut rosidl_dynamic_typesupport_dynamic_type_builder_t,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
Seems to be coming from auto-generated idl code. Investigate and hopefully resolve