Use default allocator as a default (#11293)
This commit is contained in:
parent
aeff468e9c
commit
092869d1fa
3 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@ languages.workspace = true
|
|||
log.workspace = true
|
||||
markdown_preview.workspace = true
|
||||
menu.workspace = true
|
||||
mimalloc = "0.1"
|
||||
mimalloc = { version = "0.1", optional = true }
|
||||
nix = {workspace = true, features = ["pthread"] }
|
||||
node_runtime.workspace = true
|
||||
notifications.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue