relm4-template icon indicating copy to clipboard operation
relm4-template copied to clipboard

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

Open 13hannes11 opened this issue 1 year ago • 1 comments

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 avatar Jul 10 '24 18:07 13hannes11

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.

AaronErhardt avatar Jul 11 '24 18:07 AaronErhardt