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

Vendoring files should use config.toml instead of .cargo/config #32

Open
13hannes11 opened this issue Jul 10, 2024 · 1 comment
Open

Comments

@13hannes11
Copy link

When running a build using flatpak-builder I noticed the following message:

warning: /run/build/toolbox-tuner/.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

To reproduce use:
this repository:
https://github.com/13hannes11/flathub/tree/org.kuchelmeister.ToolboxTuner

Vendoring is done in:
https://github.com/13hannes11/toolbox-tuner

@13hannes11 13hannes11 changed the title Vendoring files should use cargo.toml instead of .cargo/config Vendoring files should use config.toml instead of .cargo/config Jul 10, 2024
@AaronErhardt
Copy link
Member

Thanks for pointing this out. FYI I want to replace relm4-template with CLI that keeps all configs up-to-date, which should be long before cargo stops accepting the deprecated file path, so I likely won't invest many resources into this.

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

No branches or pull requests

2 participants