You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
When running a build using flatpak-builder I noticed the following message:
warning:
/run/build/toolbox-tuner/.cargo/config
is deprecated in favor ofconfig.toml
note: if you need to support cargo 1.38 or earlier, you can symlink
config
toconfig.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
The text was updated successfully, but these errors were encountered: