Hoist chrono
dependency to workspace level (#8414)
This PR hoists the `chrono` dependency to the workspace level. Release Notes: - N/A
This commit is contained in:
parent
ffdda588b4
commit
841e010fa4
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ doctest = false
|
||||||
test-support = ["clock/test-support", "collections/test-support", "gpui/test-support", "rpc/test-support"]
|
test-support = ["clock/test-support", "collections/test-support", "gpui/test-support", "rpc/test-support"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { workspace = true, features = ["serde"] }
|
||||||
clock.workspace = true
|
clock.workspace = true
|
||||||
collections.workspace = true
|
collections.workspace = true
|
||||||
db.workspace = true
|
db.workspace = true
|
||||||
|
|
|
@ -11,7 +11,7 @@ doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
chrono = "0.4"
|
chrono.workspace = true
|
||||||
dirs = "4.0"
|
dirs = "4.0"
|
||||||
editor.workspace = true
|
editor.workspace = true
|
||||||
gpui.workspace = true
|
gpui.workspace = true
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "src/ui.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
chrono = "0.4"
|
chrono.workspace = true
|
||||||
gpui.workspace = true
|
gpui.workspace = true
|
||||||
itertools = { version = "0.11.0", optional = true }
|
itertools = { version = "0.11.0", optional = true }
|
||||||
menu.workspace = true
|
menu.workspace = true
|
||||||
|
|
|
@ -31,7 +31,7 @@ backtrace = "0.3"
|
||||||
breadcrumbs.workspace = true
|
breadcrumbs.workspace = true
|
||||||
call.workspace = true
|
call.workspace = true
|
||||||
channel.workspace = true
|
channel.workspace = true
|
||||||
chrono = "0.4"
|
chrono.workspace = true
|
||||||
cli.workspace = true
|
cli.workspace = true
|
||||||
client.workspace = true
|
client.workspace = true
|
||||||
clock.workspace = true
|
clock.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue