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

Use .cargo/config.toml instead of .cargo/config #106

Merged
merged 1 commit into from
Mar 30, 2024
Merged

Conversation

taiki-e
Copy link
Collaborator

@taiki-e taiki-e commented Mar 30, 2024

Cargo now warns cargo/config:

warning: `/macrotest/test-project/target/tests/test-project/macrotest000/.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`

```
warning: `/macrotest/test-project/target/tests/test-project/macrotest000/.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`
```
@taiki-e taiki-e merged commit 33a7ab6 into master Mar 30, 2024
18 checks passed
@taiki-e taiki-e deleted the taiki-e/config-toml branch March 30, 2024 08:27
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.

1 participant