Skip to content

Commit

Permalink
Merge pull request #125 from i18n-now/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml , mimalloc speedup
  • Loading branch information
zephyrchien authored Apr 4, 2024
2 parents c717f4b + 93eb23e commit 7e678e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"

# malloc
mimalloc = { version = "0.1", optional = true }
mimalloc = { version = "0.1", optional = true, default-features = false }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = { version = "0.5", optional = true }
Expand Down

0 comments on commit 7e678e3

Please sign in to comment.