From 0dc380da37b09c5e11aa6b57022dfdc156d61309 Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Thu, 14 Sep 2023 13:30:34 +0200 Subject: [PATCH] v0.1.39 --- Cargo.toml | 4 ++-- libmimalloc-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8510cc..9d05201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc" -version = "0.1.38" +version = "0.1.39" 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.34", default-features = false } +libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.35", default-features = false } [features] default = [] diff --git a/libmimalloc-sys/Cargo.toml b/libmimalloc-sys/Cargo.toml index 58266f4..8180a38 100644 --- a/libmimalloc-sys/Cargo.toml +++ b/libmimalloc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmimalloc-sys" -version = "0.1.34" +version = "0.1.35" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"