Skip to content

Commit 1941df5

Browse files
committed
v0.1.14 release
1 parent ee2563d commit 1941df5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
authors = [
55
"Octavian Oncescu <[email protected]>",
66
"Vincent Rouillé <[email protected]>",
@@ -20,7 +20,8 @@ members = ["libmimalloc-sys" ]
2020
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2121

2222
[dependencies]
23-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.10" }
23+
libc = "0.2"
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.11" }
2425

2526
[features]
2627
default = ["secure"]

libmimalloc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmimalloc-sys"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)