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

Silence a Cargo warning by renaming .cargo/config #570

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

nikgul
Copy link
Contributor

@nikgul nikgul commented Jun 8, 2024

Renamed all .cargo/config Cargo configuration files to .cargo/config.toml to silence Cargo warnings like:

warning: <SOME PATH>/discovery/microbit/src/03-setup/.cargo/config is deprecated in favor of config.toml
note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml

Renamed all .cargo/config Cargo configuration files to
.cargo/config.toml to silence Cargo warnings like:

warning: `<SOME PATH>/discovery/microbit/src/03-setup/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
@nikgul nikgul requested a review from a team as a code owner June 8, 2024 12:31
Copy link
Member

@BartMassey BartMassey left a comment

Choose a reason for hiding this comment

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

Looks great. Thanks much!

Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Thank you!

@eldruin eldruin added this pull request to the merge queue Jun 10, 2024
Merged via the queue into rust-embedded:master with commit 691a828 Jun 10, 2024
17 checks passed
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