From 76fbd4f98ff4f6ccfa2410b1c33910de76d2c5e6 Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Tue, 15 Nov 2022 22:34:23 +0100 Subject: [PATCH] v0.1.32 --- Cargo.toml | 4 ++-- libmimalloc-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bde3122..745aaf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc" -version = "0.1.31" +version = "0.1.32" authors = [ "Octavian Oncescu ", "Vincent Rouillé ", @@ -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.27", default-features = false } +libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.28", default-features = false } [features] default = ["secure"] diff --git a/libmimalloc-sys/Cargo.toml b/libmimalloc-sys/Cargo.toml index 3337bab..c6f018c 100644 --- a/libmimalloc-sys/Cargo.toml +++ b/libmimalloc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmimalloc-sys" -version = "0.1.27" +version = "0.1.28" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"