mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
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 <nathan@zed.dev>
This commit is contained in:
parent
0e55f0ccaa
commit
c054e4c9bf
1 changed files with 1 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue