Skip to content

Commit 2758488

Browse files
committed
Bump mimalloc
1 parent 39777bf commit 2758488

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 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_json = { version = "1.0.81", features = ["preserve_order"] }
3333
threadpool = "1.8.1"
3434
rayon = "1.5.3"
3535
num_cpus = "1.13.1"
36-
mimalloc = { version = "0.1.29", default-features = false, optional = true }
36+
mimalloc = { version = "0.1.30", default-features = false, optional = true }
3737
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }
3838
tracing = "0.1.35"
3939
tracing-subscriber = { version = "0.3.16", default-features = false, features = [

0 commit comments

Comments
 (0)