-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
We are currently on Rust 1.74, and now as of Rust 1.78, the u128 type is now FFI safe. Lets go ahead and upgrade.
Doing this upgrade will help us resolve #320 once and for all. As part of this upgrade, we should also remove the #![allow(improper_ctypes)]
and #![allow(improper_ctypes_definitions)]
lines from our rcl bindings as we no longer need to ignore these lints.
Metadata
Metadata
Assignees
Labels
No labels