Cleanup dependencies (part 4) (#8468)
Follow-up to #8425 . Final part - adds the CI check. Release Notes: - N/A
This commit is contained in:
parent
ac31c824e4
commit
cb75c57fc0
29 changed files with 15 additions and 299 deletions
|
@ -64,6 +64,7 @@ node_runtime.workspace = true
|
|||
notifications.workspace = true
|
||||
outline.workspace = true
|
||||
parking_lot.workspace = true
|
||||
profiling.workspace = true
|
||||
project.workspace = true
|
||||
project_panel.workspace = true
|
||||
project_symbols.workspace = true
|
||||
|
@ -131,3 +132,6 @@ name = "Zed"
|
|||
osx_minimum_system_version = "10.15.7"
|
||||
osx_info_plist_exts = ["resources/info/*"]
|
||||
osx_url_schemes = ["zed"]
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["profiling"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue