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

Rename config to config.toml #1183

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Rename config to config.toml #1183

merged 2 commits into from
Sep 24, 2024

Conversation

cakebaker
Copy link
Contributor

This PR renames .cargo/config to .cargo/config.toml because config has been deprecated in Cargo 1.78 (see https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-178-2024-05-02) and causes the following warning in our CI:

warning: `/home/runner/grcov/.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`

@marco-c marco-c merged commit 894c4fa into mozilla:master Sep 24, 2024
9 of 10 checks passed
@cakebaker cakebaker deleted the patch-1 branch September 25, 2024 05:12
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.

2 participants