Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search for Cargo configuration #12

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Fix search for Cargo configuration #12

merged 1 commit into from
Sep 22, 2021

Conversation

jonas-schievink
Copy link
Contributor

@jonas-schievink jonas-schievink commented Sep 22, 2021

.cargo/config and .cargo/config.toml both need to be tried at each level, otherwise this ends up finding ~/.cargo/config even though ./.cargo/config.toml exists in the project directory.

Closes #9

@japaric japaric merged commit 5889a7e into japaric:master Sep 22, 2021
@jonas-schievink jonas-schievink deleted the fix-cargo-config-search branch September 22, 2021 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support .cargo/config.toml
2 participants