From 0b976c3d28bbd24e6c83a2efc077aa96dde1e9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6gler?= Date: Sat, 15 May 2021 08:02:20 +0200 Subject: [PATCH] Update Cargo Resolver Version (#652) Update cargo resolver to version 2 to avoid unwanted feature activation. The package sdl2-sys has features bundled and static-link for target linux activated, since the cargo resolver version 1 aggregates all possible features. The newer version avoids this behaviour. See also: https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3896b2d..5892245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["keith "] edition = "2018" build = "build.rs" description = "A simple GUI for Neovim." +resolver = "2" [workspace] members = [