Skip to content

Commit

Permalink
fix: downgrade mimalloc version beacause of performance issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jan 9, 2023
1 parent 1ff556f commit 9adb343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ num-format = "*"
comfy-table = "6.*"
pulldown-cmark = { version = "0.9.*", default-features = false, features = ["simd"] }
horrorshow = "0.8.*"
mimalloc = { version = "*", default-features = false }
libmimalloc-sys = { version = "*", features = ["extended"] }
mimalloc = { version = "=0.1.32", default-features = false }
libmimalloc-sys = { version = "=0.1.28", features = ["extended"] }
nested="*"
compact_str = "0.6.*"
ureq = "*"
Expand Down

0 comments on commit 9adb343

Please sign in to comment.