From 798c1ad0f1de80ff0e7196b6140a3f74e31fe111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 3 May 2023 00:36:33 +0200 Subject: perf: use jemalloc as global allocator (#18957) Follow up to https://github.com/denoland/deno/pull/18875 that enables `jemalloc` as a global allocator for the Deno CLI. --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 0e0b1d2c7..e2ffca657 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ url.workspace = true v8.workspace = true [target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemalloc-sys = "0.5" +tikv-jemalloc-sys.workspace = true [[example]] name = "http_bench_json_ops" -- cgit v1.2.3