mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 12:51:15 -03:00
cargo: remove obsolete config
The settings we had in `.cargo/config.toml` correspond to the defaults in Rust 2024, so there is no point in setting them explicitly. https://github.com/fish-shell/fish-shell/pull/12292#discussion_r2678697643
This commit is contained in:
@@ -2,7 +2,3 @@
|
||||
# Binary builds on Linux packaging infrastructure need to overwrite it to make `cargo vendor` work
|
||||
# Releases and development builds made using OBS/Launchpad will _not_ reflect the contents of this
|
||||
# file
|
||||
|
||||
[resolver]
|
||||
# Make cargo 1.84+ respect MSRV (rust-version in Cargo.toml)
|
||||
incompatible-rust-versions = "fallback"
|
||||
|
||||
Reference in New Issue
Block a user