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"