Skip to content

Commit 10cfd88

Browse files
committed
Updated libmimalloc-sys entry in cargo.toml to version v0.1.4
1 parent 5d48192 commit 10cfd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.4"
3+
version = "0.1.5"
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.2" }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.4" }
2525

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

0 commit comments

Comments
 (0)