Skip to content

Commit 64395a7

Browse files
committed
v0.1.24 release
1 parent b13a1d2 commit 64395a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
authors = [
55
"Octavian Oncescu <octavonce@gmail.com>",
66
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -21,7 +21,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
2121
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2222

2323
[dependencies]
24-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.19", default-features = false }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.20", default-features = false }
2525

2626
[features]
2727
default = ["secure"]

libmimalloc-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "libmimalloc-sys"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
77
keywords = ["allocator", "encrypted-heap", "performance"]
8-
categories = ["allocator"]
8+
categories = ["memory-management", "api-bindings"]
99
description = "Sys crate wrapping the mimalloc allocator"
1010
license = "MIT"
1111
links = "mimalloc"

0 commit comments

Comments
 (0)