tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
78.1k stars 2.31k forks source link

chore: rename `.cargo/config` to `.cargo/config.toml` #9655

Closed Legend-Master closed 2 weeks ago

Legend-Master commented 2 weeks ago

Address cargo warning "warning: .cargo/config is deprecated in favor of config.toml" on cargo 1.78+

https://github.com/rust-lang/cargo/pull/13349