diff options
| author | Fuwn <[email protected]> | 2022-03-11 12:30:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-11 12:30:41 +0000 |
| commit | 1c08742d15ab83f06fbd7e2b45e5ec02eec5bb9f (patch) | |
| tree | b34facd6279d4f6cd18cf0908e1fb00374064762 | |
| parent | Merge pull request #36 from Fuwn/renovate/rand-0.x (diff) | |
| parent | fix(deps): update rust crate mimalloc to 0.1.28 (diff) | |
| download | nitrous-1c08742d15ab83f06fbd7e2b45e5ec02eec5bb9f.tar.xz nitrous-1c08742d15ab83f06fbd7e2b45e5ec02eec5bb9f.zip | |
Merge pull request #30 from Fuwn/renovate/mimalloc-0.x
fix(deps): update rust crate mimalloc to 0.1.28
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ tokio = { version = "1.16.1", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] -mimalloc = { version = "0.1.26", default-features = false } +mimalloc = { version = "0.1.28", default-features = false } [target.'cfg(target_family = "unix")'.dependencies] jemallocator = "0.3.2" |