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
Set cargo cwd to manifest dir, workaround for cargo issue 10098
Cargo documentation for configuration toml says that a .cargo/config
checked into revision control in the project root should be picked up by
cargo, but in fact cargo only searches relative to cwd. In order to
achieve the documented result, cargo needs to be invoked with the
current working directory already set to the directory containing the
manifest file.
see rust-lang/cargo#10098
0 commit comments