Skip to content

Commit 0af9461

Browse files
committed
v0.1.12 release
1 parent 0a480a3 commit 0af9461

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.11"
3+
version = "0.1.12"
44
authors = [
55
"Octavian Oncescu <[email protected]>",
66
"Vincent Rouillé <[email protected]>",
@@ -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.8" }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.9" }
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.8"
3+
version = "0.1.9"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"

libmimalloc-sys/c_src/mimalloc

Submodule mimalloc updated 104 files

0 commit comments

Comments
 (0)