Hoist indexmap
to workspace level (#12901)
This PR hoists `indexmap` up to a workspace dependency. Release Notes: - N/A
This commit is contained in:
parent
80c14c9198
commit
57b87be3a0
3 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ derive_more.workspace = true
|
|||
fs.workspace = true
|
||||
futures.workspace = true
|
||||
gpui.workspace = true
|
||||
indexmap = { version = "1.6.2", features = ["serde"] }
|
||||
indexmap.workspace = true
|
||||
palette = { workspace = true, default-features = false, features = ["std"] }
|
||||
parking_lot.workspace = true
|
||||
refineable.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue