mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
Auto merge of #15263 - Veykril:lsp-server-serde-derive, r=Veykril
Enable derive feature for serde in lsp-server Publishing failed due to this
This commit is contained in:
commit
a5f0c6b8de
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