From 334710ebf79c17f0a6664798d5a9e6cd8255dd51 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Mon, 12 Jan 2026 19:23:37 +0100 Subject: [PATCH] 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 --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 9f639eaf6..edbb8d030 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"