From fa2155ee1202cf383780d811ca388f25306bc1c0 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Apr 2020 15:32:18 +0200 Subject: bump mimalloc to 1.6.0 --- src/allocators/mimalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/allocators/mimalloc.py b/src/allocators/mimalloc.py index 08490ad..6801191 100644 --- a/src/allocators/mimalloc.py +++ b/src/allocators/mimalloc.py @@ -35,4 +35,4 @@ class Mimalloc(Allocator): super().__init__(name, **kwargs) -mimalloc = Mimalloc("mimalloc", version="v1.0.8") +mimalloc = Mimalloc("mimalloc", version="v1.6.0") -- cgit v1.2.3