Skip to content

Commit c5fd504

Browse files
committed
deps: Downgrade mimalloc.
1 parent acbb5cc commit c5fd504

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ moon_app = { path = "../app" }
1313
moon_common = { path = "../common" }
1414
moon_env_var = { path = "../env-var" }
1515
clap = { workspace = true }
16-
mimalloc = { version = "0.1.44", default-features = false }
16+
mimalloc = { version = "=0.1.44", default-features = false }
1717
sigpipe = "0.1.3"
1818
starbase = { workspace = true, features = ["log-compat"] }
1919
starbase_styles = { workspace = true }
2020
starbase_utils = { workspace = true }
2121
tokio = { workspace = true }
2222
tracing = { workspace = true }
2323

24+
# https://github.com/purpleprotocol/mimalloc_rust/issues/133
25+
libmimalloc-sys = { version = "=0.1.40" }
26+
2427
# For extism/wastime (keep in sync with proto)
2528
extism = { workspace = true }
2629
wasmtime = "29.0.1"

0 commit comments

Comments
 (0)