mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Update dependencies
This commit is contained in:
parent
cf67c74213
commit
35d72e40e2
4 changed files with 26 additions and 25 deletions
|
@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"]
|
|||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.4"
|
||||
lsp-types = { version = "0.67.0", features = ["proposed"] }
|
||||
lsp-types = { version = "0.68.0", features = ["proposed"] }
|
||||
log = "0.4.3"
|
||||
cargo_metadata = "0.9.1"
|
||||
jod-thread = "0.1.0"
|
||||
|
|
|
@ -14,7 +14,7 @@ serde_json = "1.0.34"
|
|||
serde = { version = "1.0.83", features = ["derive"] }
|
||||
crossbeam-channel = "0.4"
|
||||
log = "0.4.3"
|
||||
lsp-types = { version = "0.67.0", features = ["proposed"] }
|
||||
lsp-types = { version = "0.68.0", features = ["proposed"] }
|
||||
rustc-hash = "1.0"
|
||||
parking_lot = "0.10.0"
|
||||
jod-thread = "0.1.0"
|
||||
|
|
|
@ -56,5 +56,6 @@ pub fn server_capabilities() -> ServerCapabilities {
|
|||
color_provider: None,
|
||||
execute_command_provider: None,
|
||||
workspace: None,
|
||||
experimental: Default::default(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue