mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-26 05:12:29 +00:00
Specify reason for pinned mimalloc
This commit is contained in:
@ -64,5 +64,8 @@ prometheus = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
# Pinned due to a memory leak on Windows occuring in versions 0.1.44
|
||||
# to 0.1.46 of mimalloc and versions 0.1.40 to 0.1.42 of libmimalloc-sys
|
||||
# respectively.
|
||||
mimalloc = "=0.1.43"
|
||||
libmimalloc-sys = "=0.1.39"
|
||||
|
@ -164,6 +164,9 @@ dispatch = "0.2"
|
||||
winres = "0.1"
|
||||
|
||||
[target.'cfg(target_family = "windows")'.dependencies]
|
||||
# Pinned due to a memory leak on Windows occuring in versions 0.1.44
|
||||
# to 0.1.46 of mimalloc and versions 0.1.40 to 0.1.42 of libmimalloc-sys
|
||||
# respectively.
|
||||
mimalloc = "=0.1.43"
|
||||
libmimalloc-sys = "=0.1.39"
|
||||
|
||||
|
Reference in New Issue
Block a user