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
Every time when i build project using cargo build --target <target-triple> and switch one target to another, cargo will recompile all crates rather than reuse the compiled result in the target/<target-triple> directory
Steps
Put these configuration into .cargo/config.toml in your project directory