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

difftreelog

doc: remove outdated mimallocator comment

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

1 file changed

modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
16jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.8" }16jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.8" }
17jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.8" }17jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.8" }
18jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.8" }18jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.8" }
19# TODO: Fix mimalloc compile errors, and use them
20mimallocator = { version = "0.1.3", optional = true }19mimallocator = { version = "0.1.3", optional = true }
21thiserror = "1.0"20thiserror = "1.0"
2221