Hoist languages
crate's dependencies to the workspace level (#8394)
This PR hoists all of the dependencies of the `languages` crate to the workspace level. Release Notes: - N/A
This commit is contained in:
parent
368fec2822
commit
b29946130e
9 changed files with 38 additions and 47 deletions
|
@ -30,7 +30,7 @@ serde.workspace = true
|
|||
serde_derive.workspace = true
|
||||
serde_json.workspace = true
|
||||
settings.workspace = true
|
||||
shellexpand = "2.1.0"
|
||||
shellexpand.workspace = true
|
||||
smallvec.workspace = true
|
||||
smol.workspace = true
|
||||
theme.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue