From 4f5a81356d683cadc537bb03c8254bd8b71d72ca Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Mon, 22 Apr 2024 23:01:03 +0300 Subject: [PATCH] Actually bump libmimalloc-sys version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f357a6..fa85926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"] travis-ci = { repository = "purpleprotocol/mimalloc_rust" } [dependencies] -libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.35", default-features = false } +libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.36", default-features = false } [features] default = []