Use the same serde version across the entire workspace
This commit is contained in:
parent
9a99eaee96
commit
5471217089
36 changed files with 80 additions and 76 deletions
|
@ -17,8 +17,8 @@ anyhow = "1.0"
|
|||
clap = { version = "3.1", features = ["derive"] }
|
||||
dirs = "3.0"
|
||||
ipc-channel = "0.16"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
|
||||
serde = { workspace = true }
|
||||
serde_derive = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-foundation = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue