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
Hey @jianshu93 you don't exactly need to delete it if you want to use cargo, fleet configures the paths in the .cargo/config.toml, so it would work fine even if you go back (As cargo can process it), but when you clone repos you need to manually update the paths.
Also fleet applies the optimizations and runs cargo run/build after applying them, so we would have to overwrite the cargo config files in the current working directory!
I review the code and found that the origin cargo manifest in
{$PWD}/.cargo/config
has been overwritten by fleet.The text was updated successfully, but these errors were encountered: