Skip to content

Commit d26c8cc

Browse files
committed
Bump num_cpus
1 parent 392a6ee commit d26c8cc

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Cargo.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde = { version = "1.0.137", features = ["derive"] }
3333
serde_json = { version = "1.0.81", features = ["preserve_order"] }
3434
threadpool = "1.8.1"
3535
rayon = "1.5.3"
36-
num_cpus = "1.13.1"
36+
num_cpus = "1.15.0"
3737
mimalloc = { version = "0.1.30", default-features = false, optional = true }
3838
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }
3939
tracing = "0.1.35"

0 commit comments

Comments
 (0)