Skip to content

Commit

Permalink
Updated libmimalloc-sys entry in cargo.toml to version v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Jul 2, 2019
1 parent 5d48192 commit 10cfd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mimalloc"
version = "0.1.4"
version = "0.1.5"
authors = [
"Octavian Oncescu <[email protected]>",
"Vincent Rouillé <[email protected]>",
Expand All @@ -21,7 +21,7 @@ travis-ci = { repository = "purpleprotocol/mimalloc_rust" }

[dependencies]
libc = "0.2"
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.2" }
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.4" }

[features]
default = ["secure"]
Expand Down

0 comments on commit 10cfd88

Please sign in to comment.