mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Bump num_cpus
This commit is contained in:
parent
392a6ee422
commit
d26c8ccc89
2 changed files with 14 additions and 5 deletions
|
@ -33,7 +33,7 @@ serde = { version = "1.0.137", features = ["derive"] }
|
|||
serde_json = { version = "1.0.81", features = ["preserve_order"] }
|
||||
threadpool = "1.8.1"
|
||||
rayon = "1.5.3"
|
||||
num_cpus = "1.13.1"
|
||||
num_cpus = "1.15.0"
|
||||
mimalloc = { version = "0.1.30", default-features = false, optional = true }
|
||||
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }
|
||||
tracing = "0.1.35"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue