mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Remove unused crossbeam-channel dependency in zed crate
Co-authored-by: Keith Simmons <keith@zed.dev>
This commit is contained in:
parent
d0413ac0e1
commit
df0b5779a8
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -6175,7 +6175,6 @@ dependencies = [
|
|||
"collections",
|
||||
"command_palette",
|
||||
"contacts_panel",
|
||||
"crossbeam-channel",
|
||||
"ctor",
|
||||
"diagnostics",
|
||||
"dirs 3.0.1",
|
||||
|
|
|
@ -65,7 +65,6 @@ anyhow = "1.0.38"
|
|||
async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
|
||||
async-recursion = "0.3"
|
||||
async-trait = "0.1"
|
||||
crossbeam-channel = "0.5.0"
|
||||
ctor = "0.1.20"
|
||||
dirs = "3.0"
|
||||
easy-parallel = "3.1.0"
|
||||
|
|
Loading…
Reference in a new issue