mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Enable derive feature for serde in lsp-server
This commit is contained in:
parent
cabe26c228
commit
9031f385e0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0.96"
|
||||
serde = "1.0.156"
|
||||
serde = { version = "1.0.156", features = ["derive"] }
|
||||
crossbeam-channel = "0.5.6"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue