Find floating point operations in dependencies

hi,
I have a rust project (compiling it to wasm) where floating point operations are not allowed. I have changed the main crates to work with rust-decimal but there are still some FP hidden somewhere.
Is there a way to scan through the dependencies and find floating point operations in the code?

thank you

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.