aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-18 10:33:48 +0000
committerGitHub <[email protected]>2021-06-18 10:33:48 +0000
commit1b0c4b9ed0fda64fa5b634cba6f7cb22f9496267 (patch)
tree5bee26d2a69cae6ebcd590e501a7fe64435ba685
parentfeat(config): create `version` key (diff)
parentfix(deps): update rust crate mimalloc to 0.1.26 (diff)
downloadwhirl-1b0c4b9ed0fda64fa5b634cba6f7cb22f9496267.tar.xz
whirl-1b0c4b9ed0fda64fa5b634cba6f7cb22f9496267.zip
Merge pull request #47 from Whirlsplash/renovate/mimalloc-0.x
fix(deps): update rust crate mimalloc to 0.1.26
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index f442873..8fcab37 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -60,7 +60,7 @@ whirl_server = { path = "../whirl_server" }
# Allocator
[target.'cfg(windows)'.dependencies]
-mimalloc = { version = "0.1.25", default-features = false }
+mimalloc = { version = "0.1.26", default-features = false }
[target.'cfg(unix)'.dependencies]
jemallocator = "0.3.2"