diff --git a/dub.json b/dub.json index 0fd1091..ddb0d43 100644 --- a/dub.json +++ b/dub.json @@ -8,6 +8,6 @@ "license": "MPL-2.0", "systemDependencies" : "libc and thread support (e.g. glibc and pthread), to build also needs for cmake and a C toolchain", "dependencies": { - "libmimalloc-sys": "==1.0.5" + "libmimalloc-sys": "==1.0.6" } }