Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information