Restore crates/zed dependency on libc (#22354)
This somehow got lost during or after merge of #22202. Release Notes: - N/A
This commit is contained in:
parent
a0e4464a33
commit
8ccc7b81c8
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -16046,6 +16046,7 @@ dependencies = [
|
|||
"language_selector",
|
||||
"language_tools",
|
||||
"languages",
|
||||
"libc",
|
||||
"log",
|
||||
"markdown",
|
||||
"markdown_preview",
|
||||
|
|
|
@ -68,6 +68,7 @@ language_models.workspace = true
|
|||
language_selector.workspace = true
|
||||
language_tools.workspace = true
|
||||
languages = { workspace = true, features = ["load-grammars"] }
|
||||
libc.workspace = true
|
||||
log.workspace = true
|
||||
markdown.workspace = true
|
||||
markdown_preview.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue