You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few separate crates that depend on rust-portaudio. About 75% the time I cargo build, cargo re-compiles rust-portaudio (and in turn everything that depends on it) even though it hasn't changed since the last build.
I'm unsure why this would happen - going to do some research as it slows down the dev process quite a lot. Any ideas on why this is occurring or links to pre-existing issues in other crates would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I have a few separate crates that depend on rust-portaudio. About 75% the time I
cargo build
, cargo re-compiles rust-portaudio (and in turn everything that depends on it) even though it hasn't changed since the last build.I'm unsure why this would happen - going to do some research as it slows down the dev process quite a lot. Any ideas on why this is occurring or links to pre-existing issues in other crates would be greatly appreciated!
The text was updated successfully, but these errors were encountered: