Skip to content

Commit 53a232d

Browse files
committed
v0.1.10 release
1 parent 997cfe5 commit 53a232d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = [
55
"Octavian Oncescu <octavonce@gmail.com>",
66
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -21,7 +21,7 @@ travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2121

2222
[dependencies]
2323
libc = "0.2"
24-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.6" }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.7" }
2525

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

libmimalloc-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmimalloc-sys"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)