mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 08:54:04 +00:00
Update Cargo.lock
This commit is contained in:
parent
efcaf48723
commit
7968891f9e
1 changed files with 25 additions and 25 deletions
50
Cargo.lock
generated
50
Cargo.lock
generated
|
@ -2663,31 +2663,6 @@ dependencies = [
|
|||
"workspace_types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "editor_extensions"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"client",
|
||||
"collections",
|
||||
"db",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"gpui",
|
||||
"language",
|
||||
"lsp",
|
||||
"project",
|
||||
"project_types",
|
||||
"rpc",
|
||||
"smallvec",
|
||||
"text",
|
||||
"theme",
|
||||
"util",
|
||||
"workspace",
|
||||
"workspace_types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "editor2"
|
||||
version = "0.1.0"
|
||||
|
@ -2742,6 +2717,31 @@ dependencies = [
|
|||
"workspace2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "editor_extensions"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"client",
|
||||
"collections",
|
||||
"db",
|
||||
"editor",
|
||||
"futures 0.3.28",
|
||||
"gpui",
|
||||
"language",
|
||||
"lsp",
|
||||
"project",
|
||||
"project_types",
|
||||
"rpc",
|
||||
"smallvec",
|
||||
"text",
|
||||
"theme",
|
||||
"util",
|
||||
"workspace",
|
||||
"workspace_types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.9.0"
|
||||
|
|
Loading…
Reference in a new issue