mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 00:08:42 +00:00
story: Use itertools as a workspace dependency (#22919)
This PR makes the `story` crate depend on `itertools` as a workspace dependency. Release Notes: - N/A
This commit is contained in:
parent
b2eceeb4f2
commit
8da58bbe3a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ workspace = true
|
|||
|
||||
[dependencies]
|
||||
gpui.workspace = true
|
||||
itertools = { package = "itertools", version = "0.14" }
|
||||
itertools.workspace = true
|
||||
smallvec.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue