Use default allocator as a default (#11293)

This commit is contained in:
Kirill Bulatov 2024-05-02 14:05:42 +03:00 committed by GitHub
parent aeff468e9c
commit 092869d1fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -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