mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.15k stars 148 forks source link

Rename `config` to `config.toml` #1183

Open cakebaker opened 1 month ago

cakebaker commented 1 month ago

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`