From 76090f31fcde90c7d267c9de9bcd0e09e04e3524 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 11 Feb 2022 05:18:27 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3c0cbcc..0eaf39b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,3 +28,5 @@ rand = "0.8.4" base64 = "0.13.0" sqlx = { version = "^0.5", features=["sqlite", "migrate"] } +[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator] +version = "0.3"