We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d48192 commit 10cfd88Copy full SHA for 10cfd88
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mimalloc"
3
-version = "0.1.4"
+version = "0.1.5"
4
authors = [
5
"Octavian Oncescu <octavonce@gmail.com>",
6
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -21,7 +21,7 @@ travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
21
22
[dependencies]
23
libc = "0.2"
24
-libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.2" }
+libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.4" }
25
26
[features]
27
default = ["secure"]
0 commit comments