From 6e095f8a3703fdebd0967735575b6bc4660a74ea Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Sat, 1 Apr 2023 12:31:16 +0200 Subject: [PATCH] v0.1.35 --- Cargo.toml | 4 ++-- libmimalloc-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2199d13..76da8e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc" -version = "0.1.34" +version = "0.1.35" 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.30", default-features = false } +libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.31", default-features = false } [features] default = ["secure"] diff --git a/libmimalloc-sys/Cargo.toml b/libmimalloc-sys/Cargo.toml index 4951cef..1cbb8e9 100644 --- a/libmimalloc-sys/Cargo.toml +++ b/libmimalloc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmimalloc-sys" -version = "0.1.30" +version = "0.1.31" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"