Skip to content

Commit

Permalink
Add mimalloc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Oct 20, 2023
1 parent b497add commit 39e10df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cairo1-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ thiserror = { version = "1.0.40" }
bincode.workspace = true
assert_matches = "1.5.0"
rstest = "0.17.0"
mimalloc = { version = "0.1.37", default-features = false, optional = true }

[features]
default = ["with_mimalloc"]
Expand Down

0 comments on commit 39e10df

Please sign in to comment.