Skip to content

move .cargo/config to .cargo/config.toml #106

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

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

Lotterleben
Copy link
Contributor

By default, at least in VSCode, the current .cargo/config isn't syntax-highlighted, which makes it harder to skim and fins the parts that need changing. This PR fixes that by renaming it to .cargo/config.toml.

@rubberduck203
Copy link
Contributor

According to the Cargo book this file should be .cargo/config.toml.

LGTM

Copy link
Member

@adamgreig adamgreig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks! Previously cargo only accepted the plain version of the name but it's taken .toml for long enough now.

@adamgreig adamgreig merged commit 5fb962c into rust-embedded:master Jun 22, 2021
@Lotterleben Lotterleben deleted the mv-to-configtoml branch June 22, 2021 11:19
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.

3 participants