From c054e4c9bf0169ff73dd0ef5acbf52dd4f23eda9 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 26 Jan 2022 12:51:29 -0800 Subject: [PATCH] Use new feature resolver This fixes a build failure on linux because gpui was being spuriously included as a dependency of zed-server, due to its presence as an optional dependency in the rpc crate. Co-Authored-By: Nathan Sobo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f945561e7c934f1f965f6ea5365b87bb9ea19ee7..91c4439be070dc4eb8c59cd5186653d44dd268cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace] members = ["crates/*"] default-members = ["crates/zed"] +resolver = "2" [patch.crates-io] async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" }