git.delta.rocks / jrsonnet / refs/commits / b2b77e577d0a

difftreelog

ci do not use mimalloc by default

Yaroslav Bolyukin2021-07-04parent: #070336f.patch.diff
in: master

1 file changed

modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
8publish = false8publish = false
99
10[features]10[features]
11default = ["mimalloc"]
12# Use mimalloc as allocator11# Use mimalloc as allocator
13mimalloc = ["mimallocator"]12mimalloc = ["mimallocator"]
1413