Use mimalloc v2 (#24878)

This commit is contained in:
Zsolt Dollenstein
2026-04-27 17:31:55 +01:00
committed by GitHub
parent 6bfbd8abfd
commit 38a3eaa1c7
+1 -1
View File
@@ -134,7 +134,7 @@ lsp-types = { git = "https://github.com/astral-sh/lsp-types.git", rev = "e15db05
] }
matchit = { version = "0.9.0" }
memchr = { version = "2.7.1" }
mimalloc = { version = "0.1.39" }
mimalloc = { version = "0.1.49", features = ["v2"] }
natord = { version = "1.0.9" }
notify = { version = "8.0.0" }
ordermap = { version = "1.0.0" }