Skip to content

Commit

Permalink
parity-util-mem: enable 'secure' feature of mimalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Mar 12, 2020
1 parent 6b3c09f commit 062333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-util-mem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dlmalloc = { version = "0.1.3", features = ["global"], optional = true }
wee_alloc = { version = "0.4.5", optional = true }
lru = { version = "0.4", optional = true }
hashbrown = { version = "0.6", optional = true }
mimalloc = { version = "0.1.18", default-features = false, optional = true }
mimalloc = { version = "0.1.18", optional = true }
libmimalloc-sys = { version = "0.1.14", optional = true }
parity-util-mem-derive = { path = "derive", version = "0.1" }
impl-trait-for-tuples = "0.1.3"
Expand Down

0 comments on commit 062333c

Please sign in to comment.