From aa85bab5aeeed6e889ad486367da20eadb63a1bc Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Mon, 22 Apr 2024 23:16:40 +0300 Subject: [PATCH] v0.1.41 --- Cargo.toml | 4 ++-- libmimalloc-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa85926..2768be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc" -version = "0.1.40" +version = "0.1.41" 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.36", default-features = false } +libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.37", default-features = false } [features] default = [] diff --git a/libmimalloc-sys/Cargo.toml b/libmimalloc-sys/Cargo.toml index a74274c..0534296 100644 --- a/libmimalloc-sys/Cargo.toml +++ b/libmimalloc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmimalloc-sys" -version = "0.1.36" +version = "0.1.37" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"