Use the same serde version across the entire workspace

This commit is contained in:
Antonio Scandurra 2023-03-23 10:29:25 +01:00 committed by Mikayla Maki
parent 9a99eaee96
commit 5471217089
36 changed files with 80 additions and 76 deletions

View file

@ -24,8 +24,8 @@ lazy_static = "1.4.0"
postage = { workspace = true }
project = { path = "../project" }
search = { path = "../search" }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
serde = { workspace = true }
serde_derive = { workspace = true }
settings = { path = "../settings" }
sysinfo = "0.27.1"
theme = { path = "../theme" }