From 4f2e69712d48b08c90ad2e7bbe8e8cfffe787e5e Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Tue, 1 Oct 2024 03:42:55 +0200 Subject: [PATCH] rm jemalloc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70cd909..9c975af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde_json = "1.0.81" env_logger = "0.10" log = "0.4" -rocksdb = { version = "0.21.0", default-features = false, features = ["snappy", "jemalloc"] } +rocksdb = { version = "0.21.0", default-features = false, features = ["snappy"] } #ToDo: Add necessary risc0 submodules for zkvm module