File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mimalloc"
3
- version = " 0.1.23 "
3
+ version = " 0.1.24 "
4
4
authors = [
5
5
" Octavian Oncescu <octavonce@gmail.com>" ,
6
6
" Vincent Rouillé <vincent@speedy37.fr>" ,
@@ -21,7 +21,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
21
21
travis-ci = { repository = " purpleprotocol/mimalloc_rust" }
22
22
23
23
[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 }
25
25
26
26
[features ]
27
27
default = [" secure" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libmimalloc-sys"
3
- version = " 0.1.19 "
3
+ version = " 0.1.20 "
4
4
authors = [" Octavian Oncescu <octavonce@gmail.com>" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
7
7
keywords = [" allocator" , " encrypted-heap" , " performance" ]
8
- categories = [" allocator " ]
8
+ categories = [" memory-management " , " api-bindings " ]
9
9
description = " Sys crate wrapping the mimalloc allocator"
10
10
license = " MIT"
11
11
links = " mimalloc"
You can’t perform that action at this time.
0 commit comments