diff options
| author | Fuwn <[email protected]> | 2021-06-18 10:33:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-18 10:33:48 +0000 |
| commit | 1b0c4b9ed0fda64fa5b634cba6f7cb22f9496267 (patch) | |
| tree | 5bee26d2a69cae6ebcd590e501a7fe64435ba685 | |
| parent | feat(config): create `version` key (diff) | |
| parent | fix(deps): update rust crate mimalloc to 0.1.26 (diff) | |
| download | whirl-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.toml | 2 |
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" |