From b2b77e577d0ab682cb1f15e161dcfce6333b74ce Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 04 Jul 2021 15:44:40 +0000 Subject: [PATCH] ci: do not use mimalloc by default --- --- a/cmds/jrsonnet/Cargo.toml +++ b/cmds/jrsonnet/Cargo.toml @@ -8,7 +8,6 @@ publish = false [features] -default = ["mimalloc"] # Use mimalloc as allocator mimalloc = ["mimallocator"] -- gitstuff