mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
Use mimalloc v2 (#24878)
This commit is contained in:
committed by
GitHub
parent
6bfbd8abfd
commit
38a3eaa1c7
+1
-1
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user